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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp4097 auto *FirstLow = mdconst::extract<ConstantInt>(Ranges.getOperand(0)); local
4100 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue());
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp2799 APInt FirstLow = local
2803 ConstantRange FirstRange(FirstLow, FirstHigh);

Completed in 79 milliseconds