Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h87 MDNode *createRange(const APInt &Lo, const APInt &Hi);
90 MDNode *createRange(Constant *Lo, Constant *Hi);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp84 MDNode *MDBuilder::createRange(const APInt &Lo, const APInt &Hi) { in createRange() function in MDBuilder
88 return createRange(ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi)); in createRange()
91 MDNode *MDBuilder::createRange(Constant *Lo, Constant *Hi) { in createRange() function in MDBuilder
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp666 MDNode *MaxWorkGroupSizeRange = MDB.createRange(APInt(32, MinSize), in makeLIDRangeMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2771 MDB.createRange(NonNullInt, NullInt)); in copyNonnullMetadata()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1658 return MDHelper.createRange(Min, End); in getRangeForLoadFromType()
H A DCGBuiltin.cpp650 llvm::MDNode *RNode = MDHelper.createRange(APInt(32, low), APInt(32, high)); in emitRangedBuiltin()
15969 llvm::MDNode *RNode = MDHelper.createRange(APInt(16, 1), in EmitAMDGPUWorkGroupSize()