Searched refs:StoreSizeInBits (Results 1 – 2 of 2) sorted by relevance
3621 unsigned StoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerStore() local3623 if (StoreWidth != StoreSizeInBits) { in lowerStore()3630 LLT WideTy = LLT::scalar(StoreSizeInBits); in lowerStore()3632 if (StoreSizeInBits > SrcTy.getSizeInBits()) { in lowerStore()
4674 unsigned StoreSizeInBits = std::min(PtrByteSize, (ObjSize - j)) * 8; in LowerFormalArguments_64SVR4() local4675 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4()