HomeSort by: relevance | last modified time | path
    Searched refs:FirstLow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 1686 auto *FirstLow = mdconst::extract<ConstantInt>(Ranges.getOperand(0));
1689 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue());
Verifier.cpp 3708 APInt FirstLow =
3712 ConstantRange FirstRange(FirstLow, FirstHigh);

Completed in 30 milliseconds