Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:umul_with_overflow

746       llvm::Value *umul_with_overflow
747 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy);
752 CGF.Builder.CreateCall2(umul_with_overflow, size, tsmV);