Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp175 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
204 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
242 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
267 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits()
852 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
884 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
910 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
935 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
953 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
980 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
H A DInstructionCombining.cpp2846 Constant::getIntegerValue(VTy, Known.getConstant())); in visitReturnInst()
3487 C = Constant::getIntegerValue(I.getType(), CondVal); in visitFreeze()
H A DInstCombineCompares.cpp5079 return new ICmpInst(Pred, ConstantExpr::getIntegerValue(Ty, Op0Min), Op1); in foldICmpUsingKnownBits()
5081 return new ICmpInst(Pred, Op0, ConstantExpr::getIntegerValue(Ty, Op1Min)); in foldICmpUsingKnownBits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h193 static Constant *getIntegerValue(Type *Ty, const APInt &V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp114 Value *Idx = Constant::getIntegerValue( in visitLoadInst()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp483 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anone3a730d20111::Result
586 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anone3a730d20111::BuiltinArgResult
689 Arg->getIntegerValue(it->second)); in genCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp483 auto *MinC = Constant::getIntegerValue(ArgTy, MinValue); in simplifyX86pack()
484 auto *MaxC = Constant::getIntegerValue(ArgTy, MaxValue); in simplifyX86pack()
H A DX86ISelLowering.cpp8789 Const = Constant::getIntegerValue(Type::getIntNTy(C, ScalarSize), Val); in getConstantVector()
8908 Constant *C = Constant::getIntegerValue(ScalarTy, SplatValue); in lowerBuildVectorAsBroadcast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1150 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1239 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp8238 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
8241 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
8244 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
H A DCGBuiltin.cpp1775 ArgVal = llvm::Constant::getIntegerValue(Int64Ty, llvm::APInt(64, Val)); in emitBuiltinOSLogFormat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp388 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant