Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp78 FoldingSet<BinOpInit> TheBinOpInitPool; member
930 if (BinOpInit *I = RK.TheBinOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
934 RK.TheBinOpInitPool.InsertNode(I, IP); in get()