Searched defs:OverflowOp (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | PoisonChecking.cpp |
|
/llvm-project/llvm/tools/llvm-reduce/ | ||
H A D | ReducerWorkItem.cpp | 639 if (const auto *OverflowOp = dyn_cast<OverflowingBinaryOperator>(&I)) { computeIRComplexityScoreImpl() local |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 2136 Intrinsic::ID OverflowOp = IID == Intrinsic::sadd_sat getTypeBasedIntrinsicInstrCost() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 1457 auto *OverflowOp = dyn_cast<OverflowingBinaryOperator>(BO); computeKnownBitsFromOperator() local |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | LegalizerHelper.cpp | 7858 unsigned OverflowOp; lowerAddSubSatToAddoSubo() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 10280 unsigned OverflowOp; expandAddSubSat() local |