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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  530   assert(V->getType()->isPointerTy() && "Expected pointer type.");
  532   V = peekThroughBitcast(V);
  532   V = peekThroughBitcast(V);
  540   if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)),