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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 278 BinaryOperator *LHSBO = isReassociableOp(LHS, Opcode);
284 if (!LHSBO && LHS->hasOneUse() && BinaryOperator::isNeg(LHS)) {
286 LHSBO = isReassociableOp(LHS, Opcode);
294 if (!LHSBO) {
308 std::swap(LHSBO, RHSBO);
318 LHS = LHSBO = cast<BinaryOperator>(I->getOperand(0));
329 LHSBO->moveBefore(I);
332 LinearizeExprTree(LHSBO, Ops);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 53 milliseconds