Searched refs:OtherSelIdx (Results 1 – 1 of 1) sorted by relevance
2103 int OtherSelIdx = TII->getSelIdx(Opcode, OtherSrcIdx); in FoldOperand() local2104 if (OtherSrcIdx < 0 || OtherSelIdx < 0) in FoldOperand()2108 OtherSelIdx--; in FoldOperand()2114 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx)); in FoldOperand()