Searched defs:IreadoffNode (Results 1 – 1 of 1) sorted by relevance
589 IreadoffNode() : UnaryNode(OP_ireadoff) {} in IreadoffNode() function591 IreadoffNode(PrimType ptyp, int32 ofst) : UnaryNode(OP_ireadoff, ptyp), offset(ofst) {} in IreadoffNode() function593 …IreadoffNode(PrimType ptyp, BaseNode *opnd, int32 ofst) : UnaryNode(OP_ireadoff, ptyp, opnd), offs… in IreadoffNode() function