Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h442 ConstantRange getConstantRangeFromMetadata(MDNode &RangeMD);
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp545 ConstantRange Result = getConstantRangeFromMetadata(*Ranges); in getFromRangeMetadata()
DInstructionSimplify.cpp2389 LHS_CR = LHS_CR.intersectWith(getConstantRangeFromMetadata(*Ranges)); in SimplifyICmpInst()
2407 auto RHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
2409 auto LHS_CR = getConstantRangeFromMetadata( in SimplifyICmpInst()
DValueTracking.cpp4081 ConstantRange llvm::getConstantRangeFromMetadata(MDNode &Ranges) { in getConstantRangeFromMetadata() function in llvm
DScalarEvolution.cpp4188 return getConstantRangeFromMetadata(*MD); in GetRangeFromMetadata()