Searched defs:umul_with_overflow (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp650 llvm::Value *umul_with_overflow local
651 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy);
656 CGF.Builder.CreateCall2(umul_with_overflow, size, tsmV);

Completed in 71 milliseconds