Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7845 static bool canExpandVectorCTPOP(const TargetLowering &TLI, EVT VT) { in canExpandVectorCTPOP() function
7868 if (VT.isVector() && !canExpandVectorCTPOP(*this, VT)) in expandCTPOP()
7949 !canExpandVectorCTPOP(*this, VT)) || in expandCTLZ()
7999 !canExpandVectorCTPOP(*this, VT)) || in expandCTTZ()