Lines Matching refs:OpndIdx
169 MatInsertPts.emplace_back(findMatInsertPt(U.Inst, U.OpndIdx));
605 unsigned OpndIdx = User.OpndIdx;
606 Cost += TTI->getIntImmCostInst(Opcode, OpndIdx, Value, Ty,
615 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, *Diff, Ty);
697 if (SI->getPointerOperand() == SI->getOperand(U.OpndIdx)) {
783 Value *Opnd = Adj->User.Inst->getOperand(Adj->User.OpndIdx);
788 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat) && Adj->Offset)
811 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ClonedCastInst);
820 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat);
836 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ConstExprInst)) {