Home | History | Annotate | Download | only in Scalar

Lines Matching full:getsource

770   if (M->getSource() != MDep->getDest() || MDep->isVolatile())
778 if (M->getSource() == MDep->getSource())
948 if (M->getSource() == M->getDest()) {
955 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource()))
989 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
1107 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL,
1126 Value *TmpCast = MDep->getSource();
1127 if (MDep->getSource()->getType() != ByValArg->getType())
1128 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(),