Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp392 APInt CmpRange; in buildBitTests() local
412 CmpRange = High; in buildBitTests()
416 CmpRange = High - Low; in buildBitTests()
457 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp832 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in computeValueKnownInPredecessorsImpl() local
836 if (CmpRange.contains(CR)) in computeValueKnownInPredecessorsImpl()
838 else if (CmpRange.inverse().contains(CR)) in computeValueKnownInPredecessorsImpl()