Searched refs:IUIntNode (Results 1 – 3 of 3) sorted by relevance
95 using IUIntNode = IBuiltinValueNode<uint64_t>; variable110 virtual void Visit(const IUIntNode&) = 0;
50 if (auto n = interface_cast<IUIntNode>(node)) { in ExtractInteger()
245 void Visit(const IUIntNode& n) override in Visit()