HomeSort by relevance Sort by last modified time
    Searched refs:uadd_with_overflow (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 201 case Intrinsic::uadd_with_overflow:
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 89 case Intrinsic::uadd_with_overflow:
  /external/llvm/include/llvm/CodeGen/
FastISel.h 517 case Intrinsic::uadd_with_overflow:
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FastISel.h 518 case Intrinsic::uadd_with_overflow:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 94 case Intrinsic::uadd_with_overflow:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 422 case Intrinsic::uadd_with_overflow:
439 case Intrinsic::uadd_with_overflow:
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 123 case Intrinsic::uadd_with_overflow:
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 348 case Intrinsic::uadd_with_overflow:
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 773 llvm::Value *uadd_with_overflow local
774 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy);
778 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV});
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]