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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 279 BinaryOperator *RHSBO = isReassociableOp(RHS, Opcode);
288 if (!RHSBO && RHS->hasOneUse() && BinaryOperator::isNeg(RHS)) {
290 RHSBO = isReassociableOp(RHS, Opcode);
295 if (!RHSBO) {
308 std::swap(LHSBO, RHSBO);
314 } else if (RHSBO) {
320 RHSBO = 0;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 59 milliseconds