Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MHS

1021     Init *MHS = ParseValue(CurRec);
1022 if (MHS == 0) return 0;
1045 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1047 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS))
1049 if (isa<BitInit>(MHS))
1060 if (isa<UnsetInit>(MHS))
1081 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
1099 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec,