Home
last modified time | relevance | path

Searched refs:IsProfitable (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp15696 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local
15733 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()
15750 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()