Lines Matching refs:Overflow
726 Constant *Overflow) { in createOverflowTuple() argument
727 Constant *V[] = {UndefValue::get(Result->getType()), Overflow}; in createOverflowTuple()
1196 bool Overflow; in visitCallInst() local
1198 IsSigned ? C1->sadd_ov(*C0, Overflow) : C1->uadd_ov(*C0, Overflow); in visitCallInst()
1199 if (!Overflow) in visitCallInst()
1295 bool Overflow; in visitCallInst() local
1296 NewVal = Val->sadd_ov(*Val2, Overflow); in visitCallInst()
1297 if (Overflow) { in visitCallInst()
2270 bool Overflow; in annotateAnyAllocSite() local
2272 APInt Size = N.umul_ov(Op1C->getValue(), Overflow); in annotateAnyAllocSite()
2273 if (!Overflow) in annotateAnyAllocSite()