reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
606 cast<Instruction>(B.CreateUDiv(Arg0, Arg0, "", /*isExact*/ true)); 606 cast<Instruction>(B.CreateUDiv(Arg0, Arg0, "", /*isExact*/ true)); 614 cast<Instruction>(B.CreateLShr(Arg0, Arg0, "", /*isExact*/ true)); 614 cast<Instruction>(B.CreateLShr(Arg0, Arg0, "", /*isExact*/ true)); 622 B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ false)); 622 B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ false)); 631 B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ false, /*HasNSW*/ true)); 631 B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ false, /*HasNSW*/ true)); 640 B.CreateShl(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ true)); 640 B.CreateShl(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ true)); 651 B.CreateInBoundsGEP(B.getInt8Ty(), GEPBase, Arg0));