Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1296 TypedInit *LHSt = dyn_cast<TypedInit>(LHS); in ParseOperation() local
1297 if (!LHSl && !LHSs && !LHSd && !LHSt) { in ParseOperation()
1301 if (LHSt) { in ParseOperation()
1302 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
1303 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation()
1304 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1314 TypedInit *LHSt = dyn_cast<TypedInit>(LHS); in ParseOperation() local
1315 if (!LHSl && !LHSt) { in ParseOperation()
1319 if (LHSt) { in ParseOperation()
1320 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation()
[all …]