HomeSort by relevance Sort by last modified time
    Searched refs:umul_with_overflow (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 650 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);
    [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp 785 case Intrinsic::umul_with_overflow:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 265 case Intrinsic::umul_with_overflow:
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 308 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break;
    [all...]
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 461 case Intrinsic::umul_with_overflow: {
481 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow");
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 238 case Intrinsic::umul_with_overflow:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 485 milliseconds