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

  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 213 case Intrinsic::umul_with_overflow:
  /external/llvm/include/llvm/CodeGen/
FastISel.h 515 case Intrinsic::umul_with_overflow:
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 148 case Intrinsic::umul_with_overflow:
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 131 case Intrinsic::umul_with_overflow:
InstCombineCalls.cpp 854 case Intrinsic::umul_with_overflow:
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 728 llvm::Value *umul_with_overflow local
729 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy);
734 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV});
    [all...]
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 291 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break;
    [all...]
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 244 case Intrinsic::umul_with_overflow:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 506 milliseconds