Searched refs:OtherUses (Results 1 – 1 of 1) sorted by relevance
7177 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local7189 OtherUses.clear(); in CombineToPreIndexedLoadStore()7200 OtherUses.clear(); in CombineToPreIndexedLoadStore()7206 OtherUses.clear(); in CombineToPreIndexedLoadStore()7210 OtherUses.push_back(Use); in CombineToPreIndexedLoadStore()7269 for (unsigned i = 0, e = OtherUses.size(); i != e; ++i) { in CombineToPreIndexedLoadStore()7271 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()7273 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()7288 cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()7293 X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()[all …]