Home | History | Annotate | Download | only in src

Lines Matching full:getdest

179   Variable *SpliceDest = SpliceAssn->getDest();
463 Variable *Dest = getDest();
723 if (getDest())
724 getDest()->dump(Func);
743 Str << " = " << getInstName() << " " << getDest()->getType() << " ";
752 Str << " = " << getDest()->getType() << " ";
774 if (getDest()) {
779 if (getDest())
780 Str << getDest()->getType();
810 Str << " to " << getDest()->getType();
867 Type Ty = getDest()->getType();
912 Str << " = phi " << getDest()->getType() << " ";
1015 getDest()->emit(Func);