Searched defs:MHSt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.cpp1078 TypedInit *MHSt = dynamic_cast<TypedInit*>(MHS); local
1084 if (MHSt == 0 && RHSt == 0) {
1101 } else if (MHSt != 0 && RHSt != 0) {
1102 MHSTy = MHSt->getType();
1122 TypedInit *MHSt = dynamic_cast<TypedInit *>(MHS); local
1123 if (MHSt == 0) {
1127 Type = MHSt->getType();

Completed in 160 milliseconds