Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp1806 auto *FirstHigh = mdconst::extract<ConstantInt>(Ranges.getOperand(1)); in getConstantRangeFromMetadata() local
1808 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); in getConstantRangeFromMetadata()
H A DVerifier.cpp3809 APInt FirstHigh = in visitRangeMetadata() local
3811 ConstantRange FirstRange(FirstLow, FirstHigh); in visitRangeMetadata()