Home
last modified time | relevance | path

Searched defs:origPrimType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1488 PrimType origPrimType = node.Opnd(0)->GetPrimType(); in SelectCctz() local
1509 PrimType origPrimType = node.Opnd(0)->GetPrimType(); in SelectCclz() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h472 PrimType origPrimType = kPtyInvalid; variable