Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16740 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() argument
16763 return IsAddOne && IsNeg ? VT.isVector() : true; in combineMUL()