Searched refs:Op0Idx (Results 1 – 2 of 2) sorted by relevance
57 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName); in nodesHaveSameOperandValue() local60 if (Op0Idx == -1 && Op1Idx == -1) in nodesHaveSameOperandValue()64 if ((Op0Idx == -1 && Op1Idx != -1) || in nodesHaveSameOperandValue()65 (Op1Idx == -1 && Op0Idx != -1)) in nodesHaveSameOperandValue()72 --Op0Idx; in nodesHaveSameOperandValue()75 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx); in nodesHaveSameOperandValue()
114 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName); in nodesHaveSameOperandValue() local117 if (Op0Idx == -1 && Op1Idx == -1) in nodesHaveSameOperandValue()121 if ((Op0Idx == -1 && Op1Idx != -1) || in nodesHaveSameOperandValue()122 (Op1Idx == -1 && Op0Idx != -1)) in nodesHaveSameOperandValue()129 --Op0Idx; in nodesHaveSameOperandValue()132 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx); in nodesHaveSameOperandValue()