reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
474 if (SI->isVolatile()) 477 if (!SI->isUnordered()) 482 if (DL->isNonIntegralPointerType(SI->getValueOperand()->getType())) 486 if (SI->getMetadata(LLVMContext::MD_nontemporal)) 489 Value *StoredVal = SI->getValueOperand(); 490 Value *StorePtr = SI->getPointerOperand(); 519 bool UnorderedAtomic = SI->isUnordered() && !SI->isSimple(); 519 bool UnorderedAtomic = SI->isUnordered() && !SI->isSimple(); 542 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); 547 LoadInst *LI = dyn_cast<LoadInst>(SI->getValueOperand());