HomeSort by relevance Sort by last modified time
    Searched defs:MHS (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
TGParser.cpp 1002 Init *MHS = ParseValue(CurRec, ItemType);
1003 if (!MHS)
1028 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1030 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS))
1032 if (isa<BitInit>(MHS))
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 783 Init *LHS, *MHS, *RHS;
785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
787 OpInit(IK_TernOpInit, Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
797 Init *mhs, Init *rhs,
820 Init *getMHS() const { return MHS; }
    [all...]

Completed in 225 milliseconds