Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasOverflow

589     llvm::Value *hasOverflow = nullptr;
601 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
615 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
627 if (!hasOverflow) {
628 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
634 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
659 if (hasOverflow)
660 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
662 hasOverflow = overflowed;
698 if (hasOverflow)
699 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
701 hasOverflow = overflowed;
709 if (hasOverflow)
710 size = CGF.Builder.CreateSelect(hasOverflow,