Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp308 static bool TypesAreContradictory(MVT::SimpleValueType T1, in TypesAreContradictory() function
344 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl()
352 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl()
363 return TypesAreContradictory(getType(), CC->getType()); in isContradictoryImpl()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcher.cpp331 static bool TypesAreContradictory(MVT::SimpleValueType T1, in TypesAreContradictory() function
367 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl()
375 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl()
386 return TypesAreContradictory(getType(), CC->getType()); in isContradictoryImpl()