Searched refs:OtherSrcIdx (Results 1 – 2 of 2) sorted by relevance
2118 for (int OtherSrcIdx : SrcIndices) { in FoldOperand() local2119 int OtherSelIdx = TII->getSelIdx(Opcode, OtherSrcIdx); in FoldOperand()2120 if (OtherSrcIdx < 0 || OtherSelIdx < 0) in FoldOperand()2123 OtherSrcIdx--; in FoldOperand()2127 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()
2216 for (int OtherSrcIdx : SrcIndices) { in FoldOperand() local2217 int OtherSelIdx = TII->getSelIdx(Opcode, OtherSrcIdx); in FoldOperand()2218 if (OtherSrcIdx < 0 || OtherSelIdx < 0) in FoldOperand()2221 OtherSrcIdx--; in FoldOperand()2225 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()