Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Overflow

837 /// Try to combine CI into a call to the llvm.uadd.with.overflow intrinsic if
872 CallInst::Create(F, {A, B}, "uadd.overflow", InsertPt);
874 auto *Overflow =
875 ExtractValueInst::Create(UAddWithOverflow, 1, "overflow", InsertPt);
877 CI->replaceAllUsesWith(Overflow);
3905 // required to create it did not overflow before we extend it. Since
3981 // required to create it did not overflow before we extend it. Since