Home
last modified time | relevance | path

Searched defs:binOp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h241 TypedBinaryMetaData(uint64_t value, TypedBinOp binOp, PGOTypeRef type) in TypedBinaryMetaData()
322 explicit TypedBinaryAccessor(GateType gate, TypedBinOp binOp) in TypedBinaryAccessor()
Drange_analysis.cpp327 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local
Dcircuit.h186 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp, PGOTypeRef type) in TypedBinaryOp()
Dgate_meta_data_builder.h149 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp, PGOTypeRef type) in TypedBinaryOp()