Home
last modified time | relevance | path

Searched defs:tgtType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.cpp40 bool AbsIntInstructionHandler::CheckRegType(int reg, Type tgtType) in CheckRegType()
Dabs_int_inl.h238 bool CheckType(Type type, Type tgtType) in CheckType()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp121 void CheckCast(DataType::Type srcType, DataType::Type tgtType, bool applied) in CheckCast()
171 …ph *BuildCheckCastResJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType) in BuildCheckCastResJoined()
191 …*BuildCheckCastResNotJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType) in BuildCheckCastResNotJoined()
211 …void CheckCast(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType, bool applie… in CheckCast()
250 auto tgtType = static_cast<DataType::Type>(k); in CheckCast() local