Home
last modified time | relevance | path

Searched refs:umul_with_overflow (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Analysis/
DConstantFolding.cpp1153 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo()
1544 case Intrinsic::umul_with_overflow: { in ConstantFoldCall()
1564 case Intrinsic::umul_with_overflow: in ConstantFoldCall()
DValueTracking.cpp778 case Intrinsic::umul_with_overflow: in ComputeMaskedBits()
2019 case Intrinsic::umul_with_overflow: in isSafeToSpeculativelyExecute()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp738 llvm::Value *umul_with_overflow in EmitCXXNewAllocSize() local
739 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
744 CGF.Builder.CreateCall2(umul_with_overflow, size, tsmV); in EmitCXXNewAllocSize()
DCGExprScalar.cpp2123 llvm::Intrinsic::umul_with_overflow; in EmitOverflowCheckedBinOp()
DCGBuiltin.cpp1462 IntrinsicId = llvm::Intrinsic::umul_with_overflow; in EmitBuiltinExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp444 case Intrinsic::umul_with_overflow: { in visitCallInst()
DInstructionCombining.cpp1757 case Intrinsic::umul_with_overflow: in visitExtractValueInst()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp236 case Intrinsic::umul_with_overflow: in create_extractvalue_expression()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5135 case Intrinsic::umul_with_overflow: in visitIntrinsicCall()
5144 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()