Searched refs:IIntNode (Results 1 – 3 of 3) sorted by relevance
94 using IIntNode = IBuiltinValueNode<int64_t>; variable109 virtual void Visit(const IIntNode&) = 0;
46 if (auto n = interface_cast<IIntNode>(node)) { in ExtractInteger()
241 void Visit(const IIntNode& n) override in Visit()