Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DRecord.cpp143 IntInit *MHSi = dynamic_cast<IntInit*>(MHS); in convertValue() local
146 if (MHSi && RHSi) { in convertValue()
147 int64_t MHSVal = MHSi->getValue(); in convertValue()