Lines Matching defs:SOM
99 else if (auto *SOM = dyn_cast<SwitchOpcodeMatcher>(N))
100 for (unsigned I = 0; I < SOM->getNumCases(); I++)
101 Statistic(SOM->getCaseMatcher(I));
331 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N))
332 NumCases = SOM->getNumCases();
337 if (SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) {
338 Child = SOM->getCaseMatcher(i);
583 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) {
585 NumCases = SOM->getNumCases();
600 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) {
601 Child = SOM->getCaseMatcher(i);
620 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N))
621 OS << "TARGET_VAL(" << SOM->getCaseOpcode(i).getEnumName() << "),";