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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1320   if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr)))))
 1325   if (!isMinMaxWithLoads(LoadAddr))
 1328   if (!all_of(LI->users(), [LI, LoadAddr](User *U) {
 1331                peekThroughBitcast(SI->getPointerOperand()) != LoadAddr &&
 1338       IC, *LI, LoadAddr->getType()->getPointerElementType());