Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp907 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in computeValueKnownInPredecessorsImpl() local
911 if (CmpRange.contains(CR)) in computeValueKnownInPredecessorsImpl()
913 else if (CmpRange.inverse().contains(CR)) in computeValueKnownInPredecessorsImpl()