Lines Matching refs:hasOverflow
839 llvm::Value *hasOverflow = nullptr;
851 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
865 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
877 if (!hasOverflow) {
878 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
884 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
909 if (hasOverflow)
910 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
912 hasOverflow = overflowed;
948 if (hasOverflow)
949 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
951 hasOverflow = overflowed;
959 if (hasOverflow)
960 size = CGF.Builder.CreateSelect(hasOverflow,