Searched refs:FirstLow (Results 1 – 2 of 2) sorted by relevance
2273 auto *FirstLow = mdconst::extract<ConstantInt>(Ranges.getOperand(0)); in getConstantRangeFromMetadata() local2276 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); in getConstantRangeFromMetadata()
4323 APInt FirstLow = in verifyRangeLikeMetadata() local4327 ConstantRange FirstRange(FirstLow, FirstHigh); in verifyRangeLikeMetadata()