Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp313 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action); in computeTables() local
316 SizeAction); in computeTables()
319 .push_back(SizeAction); in computeTables()
321 ScalarSpecifiedActions.push_back(SizeAction); in computeTables()