Home
last modified time | relevance | path

Searched refs:OverflowOp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp118 auto *OverflowOp = in generatePoisonChecksForBinOp() local
120 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generatePoisonChecksForBinOp()
123 auto *OverflowOp = in generatePoisonChecksForBinOp() local
125 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generatePoisonChecksForBinOp()
131 auto *OverflowOp = in generatePoisonChecksForBinOp() local
133 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generatePoisonChecksForBinOp()
136 auto *OverflowOp = in generatePoisonChecksForBinOp() local
138 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generatePoisonChecksForBinOp()
144 auto *OverflowOp = in generatePoisonChecksForBinOp() local
146 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generatePoisonChecksForBinOp()
[all …]
/third_party/rust/crates/humantime/src/
Dduration.rs83 trait OverflowOp: Sized { interface
88 impl OverflowOp for u64 {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1341 Intrinsic::ID OverflowOp = IID == Intrinsic::sadd_sat variable
1349 OverflowOp, OpTy, {RetTy, RetTy}, FMF, ScalarizationCostPassed);
1361 Intrinsic::ID OverflowOp = IID == Intrinsic::uadd_sat variable
1367 OverflowOp, OpTy, {RetTy, RetTy}, FMF, ScalarizationCostPassed);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7114 unsigned OverflowOp; in expandAddSubSat() local
7117 OverflowOp = ISD::SADDO; in expandAddSubSat()
7120 OverflowOp = ISD::UADDO; in expandAddSubSat()
7123 OverflowOp = ISD::SSUBO; in expandAddSubSat()
7126 OverflowOp = ISD::USUBO; in expandAddSubSat()
7135 SDValue Result = DAG.getNode(OverflowOp, dl, DAG.getVTList(VT, BoolVT), in expandAddSubSat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1467 auto *OverflowOp = dyn_cast<OverflowingBinaryOperator>(LU); in computeKnownBitsFromOperator() local
1468 if (OverflowOp && Q.IIQ.hasNoSignedWrap(OverflowOp)) { in computeKnownBitsFromOperator()