Searched refs:OperandTy (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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() 463 if (Ctx.getTypeSize(OperandTy) != Ctx.getTypeSize(Sym->getType())) { in getSymExpr() 466 return getCastExpr(Solver, Ctx, UnaryExp, OperandTy, Sym->getType()); in getSymExpr()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 5869 Type *OperandTy = Operand->getType(); in visitConstrainedFPIntrinsic() local 5872 Check(OperandTy->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic() 5876 Check(OperandTy->isVectorTy() == ResultTy->isVectorTy(), in visitConstrainedFPIntrinsic() 5878 if (OperandTy->isVectorTy()) { in visitConstrainedFPIntrinsic() 5879 Check(cast<FixedVectorType>(OperandTy)->getNumElements() == in visitConstrainedFPIntrinsic() 5885 Check(OperandTy->getScalarSizeInBits() > ResultTy->getScalarSizeInBits(), in visitConstrainedFPIntrinsic() 5889 Check(OperandTy->getScalarSizeInBits() < ResultTy->getScalarSizeInBits(), in visitConstrainedFPIntrinsic()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 2212 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr() local 2213 return Builder.CreateBitCast(CGM.GetAddrOfRTTIDescriptor(OperandTy), in EmitCXXTypeidExpr()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 5816 EVT OperandTy) { in Select() argument 5819 SDNode *MN = CurDAG->getMachineNode(OpCode, dl, OperandTy, GA, TocBase); in Select()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodeGenerator.rst | 2011 OperandTy: VirtReg, | VirtReg, UnsImm, VirtReg, SignExtImm PhysReg
|