reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1610 if (isa<ConstantInt>(LHS) && !isa<ConstantInt>(RHS)) 1611 std::swap(LHS, RHS); 1614 if (LHS->hasOneUse() && isValueAvailable(LHS)) 1614 if (LHS->hasOneUse() && isValueAvailable(LHS)) 1615 if (isMulPowOf2(LHS)) 1616 std::swap(LHS, RHS); 1619 if (LHS->hasOneUse() && isValueAvailable(LHS)) 1619 if (LHS->hasOneUse() && isValueAvailable(LHS)) 1620 if (const auto *SI = dyn_cast<ShlOperator>(LHS)) 1622 std::swap(LHS, RHS); 1624 unsigned LHSReg = getRegForValue(LHS); 1627 bool LHSIsKill = hasTrivialKill(LHS);