reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  316       BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent());
  577       unsigned OpndIdx = User.OpndIdx;
  670           if (SI->getPointerOperand() == SI->getOperand(U.OpndIdx)) {
  740                                                ConstUser.OpndIdx);
  760   Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx);
  765     if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
  788     updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
  797       updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat);
  806                                                 ConstUser.OpndIdx));
  814     if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) {
  848               findMatInsertPt(U.Inst, U.OpndIdx)->getParent();