Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1943 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
1949 if (!MHSt && !RHSt) { in ParseOperation()
1968 RHSTy = RHSt->getType(); in ParseOperation()
1995 if (!RHSt) { in ParseOperation()
1999 Type = RHSt->getType(); in ParseOperation()
2024 if (RHSt && !isa<StringRecTy>(RHSt->getType())) { in ParseOperation()
2277 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperationSubstr()
2281 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
2365 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperationFind()
2369 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
[all …]