Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:overflowed

647     // Compute the size before cookie, and track whether it overflowed.
653 // Add in the cookie, and check whether it's overflowed.
754 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
756 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
758 hasOverflow = overflowed;
793 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
795 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
797 hasOverflow = overflowed;