Searched refs:OperandTy (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 453 QualType OperandTy; in getSymExpr() local 455 getSymExpr(Solver, Ctx, USE->getOperand(), &OperandTy, hasComparison); in getSymExpr() 457 OperandTy->isRealFloatingType() in getSymExpr() 465 if (Ctx.getTypeSize(OperandTy) != Ctx.getTypeSize(Sym->getType())) { in getSymExpr() 468 return getCastExpr(Solver, Ctx, UnaryExp, OperandTy, Sym->getType()); in getSymExpr()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Verifier.cpp | 6003 Type *OperandTy = Operand->getType(); in visitConstrainedFPIntrinsic() local 6006 Check(OperandTy->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic() 6010 Check(OperandTy->isVectorTy() == ResultTy->isVectorTy(), in visitConstrainedFPIntrinsic() 6012 if (OperandTy->isVectorTy()) { in visitConstrainedFPIntrinsic() 6013 Check(cast<FixedVectorType>(OperandTy)->getNumElements() == in visitConstrainedFPIntrinsic() 6019 Check(OperandTy->getScalarSizeInBits() > ResultTy->getScalarSizeInBits(), in visitConstrainedFPIntrinsic() 6023 Check(OperandTy->getScalarSizeInBits() < ResultTy->getScalarSizeInBits(), in visitConstrainedFPIntrinsic()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 2215 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr() local 2216 return Builder.CreateBitCast(CGM.GetAddrOfRTTIDescriptor(OperandTy), in EmitCXXTypeidExpr()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5922 EVT OperandTy) { in Select() argument 5925 SDNode *MN = CurDAG->getMachineNode(OpCode, dl, OperandTy, GA, TocBase); in Select()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 2011 OperandTy: VirtReg, | VirtReg, UnsImm, VirtReg, SignExtImm PhysReg
|