Lines Matching defs:LoadBitWidth
9291 unsigned LoadBitWidth = Load->getMemoryVT().getScalarSizeInBits();9293 assert(LoadBitWidth % 8 == 0 &&9295 unsigned LoadByteWidth = LoadBitWidth / 8;