Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1502 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperation()
1506 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
1512 if (!MHSt && !RHSt) { in ParseOperation()
1531 RHSTy = RHSt->getType(); in ParseOperation()
1558 if (!RHSt) { in ParseOperation()
1562 Type = RHSt->getType(); in ParseOperation()
1809 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperationSubstr()
1813 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
1897 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperationFind()
1901 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
[all …]