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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp678 SDValue Op0Op0 = Op0->getOperand(0); local
688 // If Op0Op0 is an appropriate mask, try to find it's inverse in either
692 if (isVSplat(Op0Op0, Mask, IsLittleEndian)) {
693 Cond = Op0Op0;
711 IfSet = Op0Op0;
727 if (isBitwiseInverse(Op0Op0, Op1Op0)) {
734 IfClr = Op0Op0;
735 } else if (isBitwiseInverse(Op0Op0, Op1Op1)) {
742 IfClr = Op0Op0;
743 } else if (isBitwiseInverse(Op1Op0, Op0Op0)) {
910 SDValue Op0Op0 = Op0->getOperand(0); local
1017 SDValue Op0Op0 = Op0->getOperand(0); local
[all...]

Completed in 364 milliseconds