reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1905 assert(V->getType()->isPointerTy() && "V must be pointer type"); 1906 assert(!isa<ConstantData>(V) && "Did not expect ConstantPointerNull"); 1912 for (auto *U : V->users()) { 1923 if (CS.getArgOperand(Arg.getArgNo()) == V && 1930 m_c_ICmp(Pred, m_Specific(V), m_Zero())) ||