Lines Matching defs:Objs
819 SmallVectorImpl<const Value *> &Objs) {
825 getUnderlyingObjects(MM->getValue(), Objs);
826 for (const Value *V : Objs) {
828 Objs.clear();
847 SmallVector<const Value *, 4> Objs;
848 ::getUnderlyingObjects(&MI, Objs);
849 if (Objs.empty())
850 Objs.push_back(UnknownValue);
851 for (const auto *V : Objs) {
856 SmallVector<const Value *, 4> Objs;
857 ::getUnderlyingObjects(&MI, Objs);
858 if (Objs.empty())
859 Objs.push_back(UnknownValue);
860 for (const auto *V : Objs) {