Lines Matching defs:MHS
450 Init *MHS = TI->getMHS();
452 List = TernOpInit::get(TernOpInit::IF, LHS, MHS, RHS, TI->getType())
1824 Init *LHS, *MHS, *RHS;
1833 MHS = UnOpInit::get(UnOpInit::SIZE, Arg0, IntRecTy::get(Records))
1840 MHS = Arg0;
1848 MHS = Arg1;
1858 return TernOpInit::get(TernOpInit::RANGE, LHS, MHS, RHS,
1911 Init *MHS = ParseValue(CurRec, ItemType);
1912 if (!MHS)
1933 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
1934 if (!MHSt && !isa<UnsetInit>(MHS)) {
1966 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1968 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS))
1970 if (isa<BitInit>(MHS))
1981 if (isa<UnsetInit>(MHS))
2009 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2013 : ("'" + MHS->getAsString())) +
2020 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2024 : ("'" + MHS->getAsString())) +
2038 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec);
2233 Init *MHS = ParseValue(CurRec);
2234 if (!MHS)
2270 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2271 if (!MHSt && !isa<UnsetInit>(MHS)) {
2294 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec);
2321 Init *MHS = ParseValue(CurRec);
2322 if (!MHS)
2358 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2359 if (!MHSt && !isa<UnsetInit>(MHS)) {
2382 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec);
2418 Init *MHS = ParseValue(CurRec);
2419 if (!MHS)
2427 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
2509 LHS, MHS, RHS, OutType))