Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1061 if (TypedInit *RHSt = dyn_cast<TypedInit>(RHS)) in ParseOperation() local
1062 RHSTy = RHSt->getType(); in ParseOperation()
1099 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
1100 if (!RHSt) { in ParseOperation()
1104 Type = RHSt->getType(); in ParseOperation()