Home | History | Annotate | Download | only in src

Lines Matching refs:Src0AsI32

7512         Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
7514 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0);
7515 Src0 = Src0AsI32;
7520 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
7522 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0);
7523 Src0 = Src0AsI32;