Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:SJ

618         StoreInst *SI = cast<StoreInst>(I), *SJ = cast<StoreInst>(J);
620 JPtr = SJ->getPointerOperand();
622 JAlignment = SJ->getAlignment();
624 JAddressSpace = SJ->getPointerAddressSpace();
1333 StoreInst *SI, *SJ;
1355 if ((SJ = dyn_cast<StoreInst>(UJ)) &&
1356 P.second == SJ->getPointerOperand())
1379 if ((SJ = dyn_cast<StoreInst>(UJ)) &&
1380 P.first == SJ->getPointerOperand())
1406 if ((SJ = dyn_cast<StoreInst>(UJ)) &&
1407 P.second == SJ->getPointerOperand())