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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp675 SDValue Op0Op0 = Op0->getOperand(0); local
685 // If Op0Op0 is an appropriate mask, try to find it's inverse in either
689 if (isVSplat(Op0Op0, Mask, IsLittleEndian)) {
690 Cond = Op0Op0;
708 IfSet = Op0Op0;
724 if (isBitwiseInverse(Op0Op0, Op1Op0)) {
731 IfClr = Op0Op0;
732 } else if (isBitwiseInverse(Op0Op0, Op1Op1)) {
739 IfClr = Op0Op0;
740 } else if (isBitwiseInverse(Op1Op0, Op0Op0)) {
905 SDValue Op0Op0 = Op0->getOperand(0); local
1013 SDValue Op0Op0 = Op0->getOperand(0); local
[all...]

Completed in 96 milliseconds