Home
last modified time | relevance | path

Searched refs:createRange (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h107 MDNode *createRange(const APInt &Lo, const APInt &Hi);
110 MDNode *createRange(Constant *Lo, Constant *Hi);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp97 MDNode *MDBuilder::createRange(const APInt &Lo, const APInt &Hi) { in createRange() function in MDBuilder
101 return createRange(ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi)); in createRange()
104 MDNode *MDBuilder::createRange(Constant *Lo, Constant *Hi) { in createRange() function in MDBuilder
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp579 MDNode *MaxWorkGroupSizeRange = MDB.createRange(Lower, Upper); in makeLIDRangeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3574 MDB.createRange(NonNullInt, NullInt)); in copyNonnullMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1887 return MDHelper.createRange(Min, End); in getRangeForLoadFromType()
H A DCGBuiltin.cpp18212 llvm::MDNode *RNode = MDHelper.createRange(APInt(16, 1), in EmitAMDGPUWorkGroupSize()