Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:SJ

619         StoreInst *SI = cast<StoreInst>(I), *SJ = cast<StoreInst>(J);
621 JPtr = SJ->getPointerOperand();
623 JAlignment = SJ->getAlignment();
625 JAddressSpace = SJ->getPointerAddressSpace();
1337 StoreInst *SI, *SJ;
1359 if ((SJ = dyn_cast<StoreInst>(UJ)) &&
1360 P.second == SJ->getPointerOperand())
1383 if ((SJ = dyn_cast<StoreInst>(UJ)) &&
1384 P.first == SJ->getPointerOperand())
1410 if ((SJ = dyn_cast<StoreInst>(UJ)) &&
1411 P.second == SJ->getPointerOperand())