Searched refs:IsProfitable (Results 1 – 2 of 2) sorted by relevance
16861 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local16899 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()16916 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
11586 bool IsProfitable = false; in shouldSinkOperands() local11617 IsProfitable = true; in shouldSinkOperands()11620 return IsProfitable; in shouldSinkOperands()