Searched refs:IsProfitable (Results 1 – 2 of 2) sorted by relevance
16740 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local16778 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()16795 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
11227 bool IsProfitable = false; in shouldSinkOperands() local11258 IsProfitable = true; in shouldSinkOperands()11261 return IsProfitable; in shouldSinkOperands()