Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp1090 auto *FirstLow = mdconst::extract<ConstantInt>(Ranges.getOperand(0)); in getConstantRangeFromMetadata() local
1093 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); in getConstantRangeFromMetadata()
H A DVerifier.cpp3266 APInt FirstLow = in visitRangeMetadata() local
3270 ConstantRange FirstRange(FirstLow, FirstHigh); in visitRangeMetadata()