Searched refs:OpndIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp67 unsigned OpndIdx; member in struct:__anon12904::ConstantUser
69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { }
247 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent());
474 ConstUser.OpndIdx);
483 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx);
488 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
511 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
521 ConstUser.OpndIdx));
529 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) {

Completed in 26 milliseconds