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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 181 case Intrinsic::uadd_with_overflow:
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 690 llvm::Value *uadd_with_overflow local
691 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy);
695 CGF.Builder.CreateCall2(uadd_with_overflow, size, cookieSizeV);
    [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp 773 case Intrinsic::uadd_with_overflow:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 261 case Intrinsic::uadd_with_overflow:
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 309 case Intrinsic::uadd_with_overflow:
    [all...]
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCalls.cpp 352 case Intrinsic::uadd_with_overflow: {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 230 case Intrinsic::uadd_with_overflow:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 404 milliseconds