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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1140   if (!SI.isUnordered())
 1144   if (SI.getPointerOperand()->isSwiftError())
 1147   Value *V = SI.getValueOperand();
 1152     if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) {
 1153       combineStoreToNewValue(IC, SI, V);
 1159     if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) {
 1160       combineStoreToNewValue(IC, SI, U);