reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsSEISelLowering.cpp
  578   if (N->getOpcode() != ISD::XOR)
  581   if (isVectorAllOnes(N->getOperand(0)))
  582     return N->getOperand(1) == OfNode;
  584   if (isVectorAllOnes(N->getOperand(1)))
  585     return N->getOperand(0) == OfNode;