Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp121 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action); in computeTables() local
124 SizeAction); in computeTables()
127 .push_back(SizeAction); in computeTables()
129 ScalarSpecifiedActions.push_back(SizeAction); in computeTables()