Searched refs:uadd_with_overflow (Results 1 – 19 of 19) sorted by relevance
201 case Intrinsic::uadd_with_overflow: in getIntImmCost()
82 case Intrinsic::uadd_with_overflow: in getIntImmCost()
513 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
1249 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()1659 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()1671 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
1487 case Intrinsic::uadd_with_overflow: in computeKnownBits()2878 case Intrinsic::uadd_with_overflow: in isSafeToSpeculativelyExecute()
144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
3278 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()3290 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()3509 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()3548 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()3562 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
727 llvm::Value *uadd_with_overflow in EmitCXXNewAllocSize() local728 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()732 CGF.Builder.CreateCall2(uadd_with_overflow, size, cookieSizeV); in EmitCXXNewAllocSize()
2323 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
1496 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()1555 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
133 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
2214 case Intrinsic::uadd_with_overflow: in visitExtractValueInst()2226 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
458 case Intrinsic::uadd_with_overflow: in visitCallInst()
274 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()2485 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()2523 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
1091 case Intrinsic::uadd_with_overflow: in getIntImmCost()
234 case Intrinsic::uadd_with_overflow: in create_extractvalue_expression()
1116 case Intrinsic::uadd_with_overflow: in collectFailStats()
5274 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall()5283 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
780 Value *F = Intrinsic::getDeclaration(M, Intrinsic::uadd_with_overflow, Ty); in CombineUAddWithOverflow()