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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp 3913 auto MatchOutOfRange = [Bitsize, &OutOfRange](const Constant *C) {
3918 return matchUnaryPredicate(MRI, AmtReg, MatchOutOfRange) && OutOfRange;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 8124 auto MatchOutOfRange = [Bitsize, &OutOfRange](ConstantSDNode *C) {
8128 if (ISD::matchUnaryPredicate(N1, MatchOutOfRange) && OutOfRange) {
8236 auto MatchOutOfRange = [OpSizeInBits](ConstantSDNode *LHS,
8243 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange))
8274 auto MatchOutOfRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS,
8282 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange,
8740 auto MatchOutOfRange = [OpSizeInBits](ConstantSDNode *LHS,
8747 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange))

Completed in 57 milliseconds