Searched refs:uadd_with_overflow (Results 1 – 20 of 20) 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()
1256 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()1714 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()1726 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
1533 case Intrinsic::uadd_with_overflow: in computeKnownBitsFromOperator()3400 case Intrinsic::uadd_with_overflow: in isSafeToSpeculativelyExecute()
3858 if (IID == Intrinsic::uadd_with_overflow || in SimplifyIntrinsic()
768 llvm::Value *uadd_with_overflow in EmitCXXNewAllocSize() local769 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()773 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
1630 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()1685 : llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()1768 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
2331 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
123 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
2272 case Intrinsic::uadd_with_overflow: in visitExtractValueInst()2284 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
852 case Intrinsic::uadd_with_overflow: in visitCallInst()
144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
3254 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()3266 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()3486 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()3525 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()3539 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
292 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()2518 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()2556 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
1279 case Intrinsic::uadd_with_overflow: in getIntImmCost()
236 case Intrinsic::uadd_with_overflow: in create_extractvalue_expression()
1111 case Intrinsic::uadd_with_overflow: in collectFailStats()
5072 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall()5081 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
833 Value *F = Intrinsic::getDeclaration(M, Intrinsic::uadd_with_overflow, Ty); in CombineUAddWithOverflow()