Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp375 auto rhsNeg = rhs.dyn_cast<SDBMNegExpr>(); in foldSumDiff() local
377 if (lhsDirect && rhsNeg) in foldSumDiff()
378 return buildDiffExpr(lhsDirect, rhsNeg); in foldSumDiff()
404 if (lhsDiff && rhsNeg && in foldSumDiff()
405 lhsDiff.getLHS().getTerm() == rhsNeg.getVar().getTerm()) { in foldSumDiff()
407 rhsNeg.getVar().getConstant() - lhsDiff.getLHS().getConstant(); in foldSumDiff()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp542 bool rhsNeg = RHS.isNegative(); in slt() local
545 if (lhsNeg != rhsNeg) in slt()
/external/llvm/lib/Support/
DAPInt.cpp564 bool rhsNeg = RHS.isNegative(); in slt() local
567 if (lhsNeg != rhsNeg) in slt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp292 bool rhsNeg = RHS.isNegative(); in compareSigned() local
295 if (lhsNeg != rhsNeg) in compareSigned()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp292 bool rhsNeg = RHS.isNegative(); in compareSigned() local
295 if (lhsNeg != rhsNeg) in compareSigned()