Searched refs:getIntegerValue (Results 1 – 4 of 4) sorted by relevance
147 static Constant *getIntegerValue(Type* Ty, const APInt &V);
322 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()799 return Constant::getIntegerValue(VTy, KnownOne); in SimplifyDemandedUseBits()
3442 Operands.push_back(llvm::Constant::getIntegerValue(M.Int32Ty, in SetTargetAttributes()3445 Operands.push_back(llvm::Constant::getIntegerValue(M.Int32Ty, in SetTargetAttributes()3448 Operands.push_back(llvm::Constant::getIntegerValue(M.Int32Ty, in SetTargetAttributes()
124 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant