Lines Matching defs:Arg0
566 auto *Arg0 = F->arg_begin();
570 auto *I = cast<Instruction>(Builder.CreateFAdd(Arg0, Arg1));
577 Builder.CreateFPToSI(Arg0, Type::getInt32Ty(Context)));
584 Intrinsic::ceil, {Type::getFloatTy(Context)}, {Arg0}));
590 auto *I = cast<Instruction>(Builder.CreateFCmpOEQ(Arg0, Arg1));
603 Intrinsic::experimental_constrained_fadd, Arg0, Arg0));
784 auto *Arg0 = &*F->arg_begin();
791 cast<Instruction>(B.CreateUDiv(Arg0, Arg0, "", /*isExact*/ true));
799 cast<Instruction>(B.CreateLShr(Arg0, Arg0, "", /*isExact*/ true));
807 B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ false));
816 B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ false, /*HasNSW*/ true));
825 B.CreateShl(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ true));
836 B.CreateInBoundsGEP(B.getInt8Ty(), GEPBase, Arg0));