Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1996 auto *FirstHigh = mdconst::extract<ConstantInt>(Ranges.getOperand(1)); in getConstantRangeFromMetadata() local
1998 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); in getConstantRangeFromMetadata()
H A DVerifier.cpp4039 APInt FirstHigh = in verifyRangeMetadata() local
4041 ConstantRange FirstRange(FirstLow, FirstHigh); in verifyRangeMetadata()