Searched refs:StoreSizeInBits (Results 1 – 2 of 2) sorted by relevance
3449 unsigned StoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerStore() local3451 if (StoreWidth != StoreSizeInBits) { in lowerStore()3458 LLT WideTy = LLT::scalar(StoreSizeInBits); in lowerStore()3460 if (StoreSizeInBits > SrcTy.getSizeInBits()) { in lowerStore()
4560 unsigned StoreSizeInBits = std::min(PtrByteSize, (ObjSize - j)) * 8; in LowerFormalArguments_64SVR4() local4561 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4()