Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasOverflow

634     llvm::Value *hasOverflow = 0;
646 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
660 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
672 if (!hasOverflow) {
673 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
679 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
704 if (hasOverflow)
705 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
707 hasOverflow = overflowed;
743 if (hasOverflow)
744 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
746 hasOverflow = overflowed;
754 if (hasOverflow)
755 size = CGF.Builder.CreateSelect(hasOverflow,