reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
16678 EVT ResultVT = EVE->getValueType(0); 16698 SDLoc DL(EVE); 16730 Load = DAG.getExtLoad(ExtType, SDLoc(EVE), ResultVT, 16736 Load = DAG.getLoad(VecEltVT, SDLoc(EVE), OriginalLoad->getChain(), NewPtr, 16741 Load = DAG.getNode(ISD::TRUNCATE, SDLoc(EVE), ResultVT, Load); 16746 SDValue From[] = { SDValue(EVE, 0), SDValue(OriginalLoad, 1) }; 16750 AddToWorklist(EVE); 16756 return SDValue(EVE, 0);