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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1563 auto *FirstHigh = mdconst::extract<ConstantInt>(Ranges.getOperand(1));
1565 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue());
H A DVerifier.cpp3389 APInt FirstHigh = local
3391 ConstantRange FirstRange(FirstLow, FirstHigh);

Completed in 216 milliseconds