Lines Matching defs:Objs
817 SmallVectorImpl<const Value *> &Objs) {
823 getUnderlyingObjects(MM->getValue(), Objs);
824 for (const Value *V : Objs) {
826 Objs.clear();
845 SmallVector<const Value *, 4> Objs;
846 ::getUnderlyingObjects(&MI, Objs);
847 if (Objs.empty())
848 Objs.push_back(UnknownValue);
849 for (const auto *V : Objs) {
854 SmallVector<const Value *, 4> Objs;
855 ::getUnderlyingObjects(&MI, Objs);
856 if (Objs.empty())
857 Objs.push_back(UnknownValue);
858 for (const auto *V : Objs) {