Home
last modified time | relevance | path

Searched refs:opndOp (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1253 static bool IsCvtEliminatable(PrimType fromPtyp, PrimType destPtyp, Opcode op, Opcode opndOp) in IsCvtEliminatable() argument
1255 if (op != OP_cvt || (opndOp == OP_zext || opndOp == OP_sext)) { in IsCvtEliminatable()
1395 Opcode opndOp = opnd->GetOpCode(); in FoldExtractbits() local
1396 if (opndOp == OP_extractbits || opndOp == OP_sext || opndOp == OP_zext) { in FoldExtractbits()

Completed in 4 milliseconds