| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 203 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 232 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 270 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 295 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits() 992 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 1021 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 1040 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 1061 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 1108 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 1135 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
|
| H A D | InstCombineCompares.cpp | 4242 Constant *C3 = Constant::getIntegerValue(BO0->getType(), Diff); in foldICmpBinOp() 4249 Constant *C3 = Constant::getIntegerValue(BO0->getType(), Diff); in foldICmpBinOp() 5523 return new ICmpInst(Pred, ConstantExpr::getIntegerValue(Ty, Op0Min), Op1); in foldICmpUsingKnownBits() 5525 return new ICmpInst(Pred, Op0, ConstantExpr::getIntegerValue(Ty, Op1Min)); in foldICmpUsingKnownBits()
|
| H A D | InstructionCombining.cpp | 3116 Constant::getIntegerValue(VTy, Known.getConstant())); in visitReturnInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constant.h | 193 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
| H A D | IntrinsicInst.h | 719 return Constant::getIntegerValue( in getSaturationPoint()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 330 LDSMemBaseAddr = Constant::getIntegerValue( in ReplaceLDSUseImpl()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 479 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anonece5a09e0111::Result 582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anonece5a09e0111::BuiltinArgResult 685 Arg->getIntegerValue(it->second)); in genCode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 724 C = Constant::getIntegerValue(V->getType(), in getCandidateConstant()
|
| /openbsd-src/gnu/llvm/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 | 9627 Const = Constant::getIntegerValue(Type::getIntNTy(C, ScalarSize), Val); in getConstantVector() 9751 Constant *C = Constant::getIntegerValue(ScalarTy, SplatValue); in lowerBuildVectorAsBroadcast()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1290 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 388 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 386 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8624 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes() 8627 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes() 8630 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
|
| H A D | CGBuiltin.cpp | 1857 ArgVal = llvm::Constant::getIntegerValue(Int64Ty, llvm::APInt(64, Val)); in emitBuiltinOSLogFormat() 17146 llvm::Constant *ZeroI32 = llvm::ConstantInt::getIntegerValue( in EmitAMDGPUBuiltinExpr() 17148 llvm::Constant *ZeroI1 = llvm::ConstantInt::getIntegerValue( in EmitAMDGPUBuiltinExpr()
|