Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp915 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in computeValueKnownInPredecessorsImpl() local
919 if (CmpRange.contains(CR)) in computeValueKnownInPredecessorsImpl()
921 else if (CmpRange.inverse().contains(CR)) in computeValueKnownInPredecessorsImpl()