Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp995 IntInit *II_End = dyn_cast_or_null<IntInit>(I_End); in ParseRangePiece() local
996 if (!II_End) { in ParseRangePiece()
1001 End = II_End->getValue(); in ParseRangePiece()