reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
794 if (!SI.isSimple()) 798 Value *FullValue = SI.getValueOperand(); 799 if (!getVectorLayout(FullValue->getType(), SI.getAlignment(), Layout, 800 SI.getModule()->getDataLayout())) 804 IRBuilder<> Builder(&SI); 805 Scatterer Ptr = scatter(&SI, SI.getPointerOperand()); 805 Scatterer Ptr = scatter(&SI, SI.getPointerOperand()); 806 Scatterer Val = scatter(&SI, FullValue); 814 transferMetadataAndIRFlags(&SI, Stores);