Lines Matching refs:hasOverflow
667 llvm::Value *hasOverflow = nullptr;
679 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
693 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
705 if (!hasOverflow) {
706 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
712 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
737 if (hasOverflow)
738 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
740 hasOverflow = overflowed;
776 if (hasOverflow)
777 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
779 hasOverflow = overflowed;
787 if (hasOverflow)
788 size = CGF.Builder.CreateSelect(hasOverflow,