Searched defs:SizeoftypeNode (Results 1 – 1 of 1) sorted by relevance
1336 SizeoftypeNode() : BaseNode(OP_sizeoftype) {} in SizeoftypeNode() function1338 explicit SizeoftypeNode(TyIdx t) : BaseNode(OP_sizeoftype), tyIdx(t) {} in SizeoftypeNode() function1340 SizeoftypeNode(PrimType type, TyIdx t) : BaseNode(OP_sizeoftype, type, 0), tyIdx(t) {} in SizeoftypeNode() function