Searched refs:IsCastAllowedInBytecode (Results 1 – 3 of 3) sorted by relevance
41 bool IsCastAllowedInBytecode(const Inst *inst);
339 bool IsCastAllowedInBytecode(const Inst *inst) in IsCastAllowedInBytecode() function
1233 if (graph->IsBytecodeOptimizer() && !IsCastAllowedInBytecode(op0)) { in VisitCastCase3()