Searched refs:IsProfitable (Results 1 – 2 of 2) sorted by relevance
948 auto IsProfitable = [&]() -> bool { in findSpecializations() local991 if (!IsProfitable()) in findSpecializations()
19046 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local19085 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()19102 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()