Home | History | Annotate | Download | only in CodeGen

Lines Matching full:overflowed

639     // Compute the size before cookie, and track whether it overflowed.
645 // Add in the cookie, and check whether it's overflowed.
746 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
748 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
750 hasOverflow = overflowed;
785 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
787 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
789 hasOverflow = overflowed;