Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:O1

2046               Value *O1 = S1->getOperand(o), *O2 = S2->getOperand(o);
2050 if (isa<Constant>(O1) && isa<Constant>(O2))
2054 std::swap(O1, O2);
2056 ValuePair VP = ValuePair(O1, O2);
2057 ValuePair VPR = ValuePair(O2, O1);
2063 Type *Ty1 = O1->getType(),
2071 InsertElementInst *IEO1 = dyn_cast<InsertElementInst>(O1),
2077 ExtractElementInst *EIO1 = dyn_cast<ExtractElementInst>(O1),
2086 ShuffleVectorInst *SIO1 = dyn_cast<ShuffleVectorInst>(O1),
2118 // O1 needs to be inserted into a vector of size O2, and then
2125 // O2 needs to be inserted into a vector of size O1, and then
2144 << *O1 << " <-> " << *O2 << "} = " <<