Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp398 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl() local
401 if (CCIM->getChildNo() != getChildNo()) in isContradictoryImpl()
404 return CCIM->getValue() != getValue(); in isContradictoryImpl()