Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:overflowed

596     // Compute the size before cookie, and track whether it overflowed.
602 // Add in the cookie, and check whether it's overflowed.
703 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
705 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
707 hasOverflow = overflowed;
742 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1);
744 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
746 hasOverflow = overflowed;