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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  746       Mat = GetElementPtrInst::Create(Int8PtrTy->getElementType(), Base,
  748       Mat = new BitCastInst(Mat, Ty, "mat_bitcast", InsertionPt);
  748       Mat = new BitCastInst(Mat, Ty, "mat_bitcast", InsertionPt);
  751       Mat = BinaryOperator::Create(Instruction::Add, Base, Offset,
  756                       << Mat->getParent()->getName() << '\n'
  757                       << *Mat << '\n');
  758     Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
  765     if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
  766       Mat->eraseFromParent();
  779       ClonedCastInst->setOperand(0, Mat);
  797       updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat);
  804     ConstExprInst->setOperand(0, Mat);
  817         Mat->eraseFromParent();