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

/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp994 StringInit *MHSs = dyn_cast<StringInit>(MHS); local
1012 if (LHSs && MHSs && RHSs) {
1021 Val.replace(found, LHSs->getValue().size(), MHSs->getValue());
1022 idx = found + MHSs->getValue().size();

Completed in 88 milliseconds