Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/TableGen/
DTGParser.cpp1045 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
1046 MHSTy = MHSt->getType(); in ParseOperation()
1081 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1082 if (MHSt == 0) { in ParseOperation()
1086 Type = MHSt->getType(); in ParseOperation()