Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1340 bool UseElementType = in ParseOperation() local
1349 Type = UseElementType ? Itemt->getType() in ParseOperation()
1354 Type = UseElementType ? LType->getElementType() : LType; in ParseOperation()