Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h340 struct ConstvalNodeT : public BaseNodeT { // 4B + 8B const value struct
343 auto *tempPtr = const_cast<ConstvalNodeT *>(this); in Constval() argument
344 …return (reinterpret_cast<MirConstT *>(reinterpret_cast<uint8 *>(tempPtr) + sizeof(ConstvalNodeT))); in Constval()
349 inline MirConstT *GetConstval(const ConstvalNodeT &node) in GetConstval()