Home
last modified time | relevance | path

Searched refs:OperandTy (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h453 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 DVerifier.cpp6003 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 DCGExprCXX.cpp2215 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 DPPCISelDAGToDAG.cpp5922 EVT OperandTy) { in Select() argument
5925 SDNode *MN = CurDAG->getMachineNode(OpCode, dl, OperandTy, GA, TocBase); in Select()
/openbsd/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst2011 OperandTy: VirtReg, | VirtReg, UnsImm, VirtReg, SignExtImm PhysReg