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

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

Completed in 89 milliseconds