Searched refs:getIntegerValue (Results 1 – 7 of 7) sorted by relevance
159 static Constant *getIntegerValue(Type* Ty, const APInt &V);
184 return resourceLoader.getIntegerValue( id ); in getInteger()
336 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()824 return Constant::getIntegerValue(VTy, KnownOne); in SimplifyDemandedUseBits()
413 public int getIntegerValue( int id ) { in getIntegerValue() method in ResourceLoader
4655 Operands.push_back(llvm::Constant::getIntegerValue(M.Int32Ty, in SetTargetAttributes()4658 Operands.push_back(llvm::Constant::getIntegerValue(M.Int32Ty, in SetTargetAttributes()4661 Operands.push_back(llvm::Constant::getIntegerValue(M.Int32Ty, in SetTargetAttributes()
2400 return llvm::Constant::getIntegerValue(CGM.Int64Ty, Instruction); in getBitmapBlockLayout()2404 return llvm::Constant::getIntegerValue(CGM.Int32Ty, Instruction); in getBitmapBlockLayout()
149 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant