Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp403 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl() local
406 if (CCIM->getChildNo() != getChildNo()) in isContradictoryImpl()
409 return CCIM->getValue() != getValue(); in isContradictoryImpl()