/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 175 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 D | InstructionCombining.cpp | 2846 Constant::getIntegerValue(VTy, Known.getConstant())); in visitReturnInst() 3487 C = Constant::getIntegerValue(I.getType(), CondVal); in visitFreeze()
|
H A D | InstCombineCompares.cpp | 5079 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 D | Constant.h | 193 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateUniformValues.cpp | 114 Value *Idx = Constant::getIntegerValue( in visitLoadInst()
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 483 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 D | X86InstCombineIntrinsic.cpp | 483 auto *MinC = Constant::getIntegerValue(ArgTy, MinValue); in simplifyX86pack() 484 auto *MaxC = Constant::getIntegerValue(ArgTy, MaxValue); in simplifyX86pack()
|
H A D | X86ISelLowering.cpp | 8789 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 D | InstrProf.cpp | 1150 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1239 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 8238 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 D | CGBuiltin.cpp | 1775 ArgVal = llvm::Constant::getIntegerValue(Int64Ty, llvm::APInt(64, Val)); in emitBuiltinOSLogFormat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 388 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant
|