Record.cpp | 986 Init *mhs, Init *rhs, 1002 mhs), 1006 if (!I) I = new TernOpInit(opc, lhs, mhs, rhs, Type); 1010 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, 1058 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, 1060 DagInit *MHSd = dyn_cast<DagInit>(MHS); 1061 ListInit *MHSl = dyn_cast<ListInit>(MHS); 1223 Init *mhs = MHS->resolveReferences(R, RV); local 1234 Init *mhs = MHS->resolveReferences(R, RV); local [all...] |