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 775 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1);
788 if (And1.getOpcode() != ISD::AND)
791 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) ||
799 SDValue Shl = And1.getOperand(0);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 38 milliseconds