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

  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 201 case Intrinsic::uadd_with_overflow:
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 82 case Intrinsic::uadd_with_overflow:
  /external/llvm/include/llvm/CodeGen/
FastISel.h 513 case Intrinsic::uadd_with_overflow:
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 144 case Intrinsic::uadd_with_overflow:
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 123 case Intrinsic::uadd_with_overflow:
InstructionCombining.cpp     [all...]
InstCombineCalls.cpp 852 case Intrinsic::uadd_with_overflow:
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 768 llvm::Value *uadd_with_overflow local
769 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy);
773 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV});
    [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 292 case Intrinsic::uadd_with_overflow:
    [all...]
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 236 case Intrinsic::uadd_with_overflow:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 833 Value *F = Intrinsic::getDeclaration(M, Intrinsic::uadd_with_overflow, Ty);
    [all...]

Completed in 1478 milliseconds