Home
last modified time | relevance | path

Searched refs:getConstantRangeFromMetadata (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h626 LLVM_ABI ConstantRange getConstantRangeFromMetadata(const MDNode &RangeMD);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp440 return getConstantRangeFromMetadata(*MD); in getAbsoluteSymbolRange()
H A DConstantRange.cpp2268 ConstantRange llvm::getConstantRangeFromMetadata(const MDNode &Ranges) { in getConstantRangeFromMetadata() function in llvm
H A DAttributes.cpp2325 addRangeAttr(getConstantRangeFromMetadata(*Range)); in addFromEquivalentMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp554 getConstantRangeFromMetadata(*Ranges)); in getFromRangeMetadata()
H A DInstructionSimplify.cpp3731 return getConstantRangeFromMetadata(*MD); in getRange()
H A DValueTracking.cpp10033 CR = CR.intersectWith(getConstantRangeFromMetadata(*Range)); in computeConstantRange()
H A DScalarEvolution.cpp6406 return getConstantRangeFromMetadata(*MD); in GetRangeFromMetadata()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp1766 ConstantRange CR = getConstantRangeFromMetadata(*Ranges); in computeNumSignBitsFromRangeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1756 getConstantRangeFromMetadata(*Ranges)); in getValueFromMetadata()
H A DLocal.cpp3693 !getConstantRangeFromMetadata(*N).contains(APInt(BitWidth, 0))) { in copyRangeMetadata()
H A DSimplifyCFG.cpp1776 MaskedLoadStore->addRangeRetAttr(getConstantRangeFromMetadata(*Ranges)); in hoistConditionalLoadsStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9333 intersectKnown(getConstantRangeFromMetadata(*RangeMD)); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4583 return getConstantRangeFromMetadata(*Range); in getRange()
H A DSelectionDAG.cpp5262 ConstantRange CR = getConstantRangeFromMetadata(*Ranges); in ComputeNumSignBits()
H A DDAGCombiner.cpp15521 ConstantRange CR = getConstantRangeFromMetadata(*OldRanges); in reduceLoadWidth()