Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DRecord.cpp917 StringInit *MHSs = dynamic_cast<StringInit*>(MHS); in Fold() local
925 || (LHSs && MHSs && RHSs)) { in Fold()
948 Val.replace(found, LHSs->getValue().size(), MHSs->getValue()); in Fold()
950 idx = found + MHSs->getValue().size(); in Fold()