Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1054 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
1055 MHSTy = MHSt->getType(); in ParseOperation()
1090 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1091 if (!MHSt) { in ParseOperation()
1095 Type = MHSt->getType(); in ParseOperation()