Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp930 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in computeValueKnownInPredecessorsImpl() local
934 if (CmpRange.contains(CR)) in computeValueKnownInPredecessorsImpl()
936 else if (CmpRange.inverse().contains(CR)) in computeValueKnownInPredecessorsImpl()