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

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

Completed in 68 milliseconds