Home
last modified time | relevance | path

Searched refs:getIntegerValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/
DConstant.h147 static Constant *getIntegerValue(Type* Ty, const APInt &V);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp322 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()
799 return Constant::getIntegerValue(VTy, KnownOne); in SimplifyDemandedUseBits()
/external/clang/lib/CodeGen/
DTargetInfo.cpp3442 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()
/external/llvm/lib/VMCore/
DConstants.cpp124 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant