Searched refs:OfNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp643 // Test whether N is the bitwise inverse of OfNode.
644 static bool isBitwiseInverse(SDValue N, SDValue OfNode) { argument
649 return N->getOperand(1) == OfNode;
652 return N->getOperand(0) == OfNode;

Completed in 58 milliseconds