Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp193 IntInit *MHSi = dynamic_cast<IntInit*>(MHS); in convertValue() local
196 if (MHSi && RHSi) { in convertValue()
197 int64_t MHSVal = MHSi->getValue(); in convertValue()