Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1035 if (TypedInit *RHSt = dyn_cast<TypedInit>(RHS)) in ParseOperation() local
1036 RHSTy = RHSt->getType(); in ParseOperation()
1073 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
1074 if (!RHSt) { in ParseOperation()
1078 Type = RHSt->getType(); in ParseOperation()