Lines Matching refs:Overflow
803 /// Try to combine CI into a call to the llvm.uadd.with.overflow intrinsic if
838 CallInst::Create(F, {A, B}, "uadd.overflow", InsertPt);
840 auto *Overflow =
841 ExtractValueInst::Create(UAddWithOverflow, 1, "overflow", InsertPt);
843 CI->replaceAllUsesWith(Overflow);
3822 // required to create it did not overflow before we extend it. Since
3898 // required to create it did not overflow before we extend it. Since