Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1201 static inline bool IsCastAllowedInBytecode(const Inst *inst) in IsCastAllowedInBytecode() function
1278 if (graph->IsBytecodeOptimizer() && !IsCastAllowedInBytecode(op0)) { in VisitCastCase3()