Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp2088 auto *FirstLow = mdconst::extract<ConstantInt>(Ranges.getOperand(0)); in getConstantRangeFromMetadata() local
2091 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); in getConstantRangeFromMetadata()
HDVerifier.cpp4171 APInt FirstLow = in verifyRangeMetadata() local
4175 ConstantRange FirstRange(FirstLow, FirstHigh); in verifyRangeMetadata()