reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1915   if (!(SI->isVolatile() && HexagonVolatileMemcpy) && !SI->isSimple())
 1915   if (!(SI->isVolatile() && HexagonVolatileMemcpy) && !SI->isSimple())
 1918   Value *StoredVal = SI->getValueOperand();
 1919   Value *StorePtr = SI->getPointerOperand();
 1938   unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
 1943   LoadInst *LI = dyn_cast<LoadInst>(SI->getValueOperand());