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

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

Completed in 208 milliseconds