Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasOverflow

672     llvm::Value *hasOverflow = nullptr;
684 hasOverflow = CGF.Builder.CreateICmpUGE(numElements, thresholdV);
698 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
710 if (!hasOverflow) {
711 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
717 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
742 if (hasOverflow)
743 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
745 hasOverflow = overflowed;
781 if (hasOverflow)
782 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
784 hasOverflow = overflowed;
792 if (hasOverflow)
793 size = CGF.Builder.CreateSelect(hasOverflow,