Home | History | Annotate | Download | only in src

Lines Matching defs:CallDest

653       Variable *CallDest = Dest;
661 CallDest = Func->makeVariable(IceType_i32);
666 CallDest = Func->makeVariable(IceType_i32);
686 InstCall *Call = makeHelperCall(HelperID, CallDest, MaxSrcs);
691 if (CallDest->getType() != Dest->getType())
692 Context.insert<InstCast>(InstCast::Trunc, Dest, CallDest);