Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1944 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
1945 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperation()
1949 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
1951 RHSt->getType()->getAsString() + "'"); in ParseOperation()
1955 if (!MHSt && !RHSt) { in ParseOperation()
1973 if (TypedInit *RHSt = dyn_cast<TypedInit>(RHS)) in ParseOperation() local
1974 RHSTy = RHSt->getType(); in ParseOperation()
2000 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
2001 if (!RHSt) { in ParseOperation()
2005 Type = RHSt->getType(); in ParseOperation()
[all …]