HomeSort by relevance Sort by last modified time
    Searched refs:And1 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 662 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1);
675 if (And1.getOpcode() != ISD::AND)
678 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) ||
686 SDValue Shl = And1.getOperand(0);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 157 milliseconds