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

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 695 llvm::Value *umul_with_overflow local
696 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy);
701 CGF.Builder.CreateCall2(umul_with_overflow, size, tsmV);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp 766 case Intrinsic::umul_with_overflow:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 485 case Intrinsic::umul_with_overflow: {
505 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow");
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 228 case Intrinsic::umul_with_overflow:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1174 milliseconds