Searched refs:getIntegerValue (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 183 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits() 217 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits() 251 return Constant::getIntegerValue(VTy, IKnownOne); in SimplifyDemandedUseBits() 276 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits() 757 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 794 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits() 825 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits() 857 return Constant::getIntegerValue(ITy, IKnownOne); in SimplifyMultipleUseDemandedBits() 879 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits()
|
| H A D | InstCombineCalls.cpp | 732 return Constant::getIntegerValue(ResTy, Result); in simplifyX86movmsk() 869 Constant::getIntegerValue(IntTy32, APInt(32, i + Index))); in simplifyX86extrq() 872 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86extrq() 948 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq() 951 Constant::getIntegerValue(IntTy32, APInt(32, i + 16))); in simplifyX86insertq() 953 ShuffleMask.push_back(Constant::getIntegerValue(IntTy32, APInt(32, i))); in simplifyX86insertq()
|
| H A D | InstCombineCompares.cpp | 4370 return new ICmpInst(Pred, ConstantExpr::getIntegerValue(Ty, Op0Min), Op1); in foldICmpUsingKnownBits() 4372 return new ICmpInst(Pred, Op0, ConstantExpr::getIntegerValue(Ty, Op1Min)); in foldICmpUsingKnownBits()
|
| H A D | InstructionCombining.cpp | 2467 RI.setOperand(0, Constant::getIntegerValue(VTy, Known.getConstant())); in visitReturnInst()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constant.h | 166 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAnnotateUniformValues.cpp | 145 Value *Idx = Constant::getIntegerValue( in visitLoadInst()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1362 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), in createIRLevelProfileFlagVariable()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1208 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 7287 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes() 7290 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes() 7293 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
|
| H A D | CGBuiltin.cpp | 1184 ArgVal = llvm::Constant::getIntegerValue(Int64Ty, llvm::APInt(64, Val)); in emitBuiltinOSLogFormat()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 302 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7370 Const = Constant::getIntegerValue(Type::getIntNTy(C, ScalarSize), Val); in getConstantVector() 7502 Constant *C = Constant::getIntegerValue(ScalarTy, SplatValue); in lowerBuildVectorAsBroadcast()
|