Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h527 ConstantRange getConstantRangeFromMetadata(const MDNode &RangeMD);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h501 ConstantRange getConstantRangeFromMetadata(const MDNode &RangeMD);
/external/llvm/include/llvm/Analysis/
DValueTracking.h452 ConstantRange getConstantRangeFromMetadata(MDNode &RangeMD);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp311 return getConstantRangeFromMetadata(*MD); in getAbsoluteSymbolRange()
DConstantRange.cpp1557 ConstantRange llvm::getConstantRangeFromMetadata(const MDNode &Ranges) { in getConstantRangeFromMetadata() function in llvm
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp308 return getConstantRangeFromMetadata(*MD); in getAbsoluteSymbolRange()
DConstantRange.cpp1670 ConstantRange llvm::getConstantRangeFromMetadata(const MDNode &Ranges) { in getConstantRangeFromMetadata() function in llvm
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp563 getConstantRangeFromMetadata(*Ranges)); in getFromRangeMetadata()
1111 RHSRange = getConstantRangeFromMetadata(*Ranges); in getValueFromSimpleICmpCondition()
DInstructionSimplify.cpp3333 auto RHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
3335 auto LHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
DValueTracking.cpp6639 CR = CR.intersectWith(getConstantRangeFromMetadata(*Range)); in computeConstantRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp590 getConstantRangeFromMetadata(*Ranges)); in getFromRangeMetadata()
1240 RHSRange = getConstantRangeFromMetadata(*Ranges); in getValueFromICmpCondition()
DInstructionSimplify.cpp3268 auto RHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
3270 auto LHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
DValueTracking.cpp5886 CR = CR.intersectWith(getConstantRangeFromMetadata(*Range)); in computeConstantRange()
DScalarEvolution.cpp5541 return getConstantRangeFromMetadata(*MD); in GetRangeFromMetadata()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp615 return LVILatticeVal::getRange(getConstantRangeFromMetadata(*Ranges)); in getFromRangeMetadata()
DInstructionSimplify.cpp2415 LHS_CR = LHS_CR.intersectWith(getConstantRangeFromMetadata(*Ranges)); in SimplifyICmpInst()
2433 auto RHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
2435 auto LHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
DValueTracking.cpp3935 ConstantRange llvm::getConstantRangeFromMetadata(MDNode &Ranges) { in getConstantRangeFromMetadata() function in llvm
DScalarEvolution.cpp4421 return getConstantRangeFromMetadata(*MD); in GetRangeFromMetadata()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp1135 getConstantRangeFromMetadata(*Ranges)); in getValueFromMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5384 intersectKnown(getConstantRangeFromMetadata(*RangeMD)); in initialize()
5542 intersectKnown(getConstantRangeFromMetadata(*RangeMD)); in initialize()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2732 if (!getConstantRangeFromMetadata(*N).contains(APInt(BitWidth, 0))) { in copyRangeMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2595 if (!getConstantRangeFromMetadata(*N).contains(APInt(BitWidth, 0))) { in copyRangeMetadata()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp7162 intersectKnown(getConstantRangeFromMetadata(*RangeMD)); in initialize()
7380 intersectKnown(getConstantRangeFromMetadata(*RangeMD)); in initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8635 ConstantRange CR = getConstantRangeFromMetadata(*Range); in lowerRangeToAssertZExt()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8702 ConstantRange CR = getConstantRangeFromMetadata(*Range); in lowerRangeToAssertZExt()

12