Lines Matching defs:LoadVT
7125 EVT LoadVT = MLoad->getMemoryVT();
7127 if (TLI.isLoadExtLegal(ISD::ZEXTLOAD, ExtVT, LoadVT)) {
7132 LoadVT.getVectorElementType().getScalarSizeInBits();
7137 LoadVT, MLoad->getMemOperand(), MLoad->getAddressingMode(),
20842 EVT LoadVT;
20846 LoadVT = Ld->getMemoryVT();
20848 if (MemVT != LoadVT)
20882 if (LoadVT != OtherLd->getMemoryVT())