Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp197 int64_t MHSVal = MHSi->getValue(); in convertValue() local
200 if (canFitInBitfield(MHSVal, Size) && canFitInBitfield(RHSVal, Size)) { in convertValue()
206 IntInit::get((MHSVal & (1LL << i)) ? 1 : 0), in convertValue()