Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getSource

740   if (M->getSource() != MDep->getDest() || MDep->isVolatile())
748 if (M->getSource() == MDep->getSource())
821 if (M->getSource() == M->getDest()) {
828 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource()))
846 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
933 getOrEnforceKnownAlignment(MDep->getSource(),ByValAlign, TD) < ByValAlign)
951 Value *TmpCast = MDep->getSource();
952 if (MDep->getSource()->getType() != ByValArg->getType())
953 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(),