Home
last modified time | relevance | path

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

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