Home | History | Annotate | Download | only in src

Lines Matching refs:Src0AsI32

671         Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
673 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0);
674 Src0 = Src0AsI32;
679 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
681 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0);
682 Src0 = Src0AsI32;