Searched refs:TypesAreContradictory (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 308 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 307 static bool TypesAreContradictory(MVT::SimpleValueType T1, in TypesAreContradictory() function 343 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl() 351 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl() 362 return TypesAreContradictory(getType(), CC->getType()); in isContradictoryImpl()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.cpp | 338 static bool TypesAreContradictory(MVT::SimpleValueType T1, in TypesAreContradictory() function 374 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl() 382 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl() 393 return TypesAreContradictory(getType(), CC->getType()); in isContradictoryImpl()
|