Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp339 if (auto lhsNeg = lhs.dyn_cast<SDBMNegExpr>()) in addConstant() local
341 lhsNeg.getVar(), constant, /*negated=*/true, in addConstant()
374 auto lhsNeg = lhs.dyn_cast<SDBMNegExpr>(); in foldSumDiff() local
379 if (lhsNeg && rhsDirect) in foldSumDiff()
380 return buildDiffExpr(rhsDirect, lhsNeg); in foldSumDiff()
389 if (lhsNeg && rhsDiff && in foldSumDiff()
390 lhsNeg.getVar().getTerm() == rhsDiff.getLHS().getTerm()) { in foldSumDiff()
392 lhsNeg.getVar().getConstant() - rhsDiff.getLHS().getConstant(); in foldSumDiff()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp541 bool lhsNeg = isNegative(); in slt() local
545 if (lhsNeg != rhsNeg) in slt()
546 return lhsNeg; in slt()
/external/llvm/lib/Support/
DAPInt.cpp563 bool lhsNeg = isNegative(); in slt() local
567 if (lhsNeg != rhsNeg) in slt()
568 return lhsNeg; in slt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp291 bool lhsNeg = isNegative(); in compareSigned() local
295 if (lhsNeg != rhsNeg) in compareSigned()
296 return lhsNeg ? -1 : 1; in compareSigned()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp291 bool lhsNeg = isNegative(); in compareSigned() local
295 if (lhsNeg != rhsNeg) in compareSigned()
296 return lhsNeg ? -1 : 1; in compareSigned()