Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:overflowed

551     // Compute the size before cookie, and track whether it overflowed.
557 // Add in the cookie, and check whether it's overflowed.
658 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
660 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
662 hasOverflow = overflowed;
697 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
699 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
701 hasOverflow = overflowed;