Searched defs:isContradictoryImpl (Results 1 – 2 of 2) sorted by relevance
349 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckOpcodeMatcher373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckTypeMatcher379 bool CheckChildTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChildTypeMatcher391 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckIntegerMatcher397 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChildIntegerMatcher410 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckValueTypeMatcher416 bool CheckImmAllOnesVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckImmAllOnesVMatcher421 bool CheckImmAllZerosVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckImmAllZerosVMatcher426 bool CheckCondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckCondCodeMatcher432 bool CheckChild2CondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChild2CondCodeMatcher
195 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl() function