Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h452 ConstantRange getConstantRangeFromMetadata(MDNode &RangeMD);
/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()