Lines Matching defs:LoadVT
6981 EVT LoadVT = MLoad->getMemoryVT();
6983 if (TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT, LoadVT)) {
6988 LoadVT.getVectorElementType().getScalarSizeInBits();
6993 LoadVT, MLoad->getMemOperand(), MLoad->getAddressingMode(),
20399 EVT LoadVT;
20403 LoadVT = Ld->getMemoryVT();
20405 if (MemVT != LoadVT)
20439 if (LoadVT != OtherLd->getMemoryVT())