Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp203 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 DInstCombineCompares.cpp4242 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 DInstructionCombining.cpp3116 Constant::getIntegerValue(VTy, Known.getConstant())); in visitReturnInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h193 static Constant *getIntegerValue(Type *Ty, const APInt &V);
H A DIntrinsicInst.h719 return Constant::getIntegerValue( in getSaturationPoint()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp330 LDSMemBaseAddr = Constant::getIntegerValue( in ReplaceLDSUseImpl()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp479 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 DFunctionSpecialization.cpp724 C = Constant::getIntegerValue(V->getType(), in getCandidateConstant()
/openbsd-src/gnu/llvm/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.cpp9627 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 DLazyValueInfo.cpp1290 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp388 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp386 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp8624 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 DCGBuiltin.cpp1857 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()