Searched refs:MHSs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp1126 StringInit *MHSs = dynamic_cast<StringInit*>(MHS); local
1134 || (LHSs && MHSs && RHSs)) {
1157 Val.replace(found, LHSs->getValue().size(), MHSs->getValue());
1159 idx = found + MHSs->getValue().size();

Completed in 116 milliseconds