Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h120 static bool CheckCommonTypes(Inst *inst1, Inst *inst2) in CheckCommonTypes() function
Dgraph_checker.cpp753 …ASSERT_DO(CheckCommonTypes(inst, op), (std::cerr << "Types of return and its input are not compati… in VisitReturn()