Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp456 std::optional<ConstantRange> InRangeL = GEPL->getInRange(); in cmpConstants() local
458 if (InRangeL) { in cmpConstants()
461 if (int Res = cmpConstantRanges(*InRangeL, *InRangeR)) in cmpConstants()