Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:getPointerOperand

285   static Value *getPointerOperand(Value *I);
965 Value *BoUpSLP::getPointerOperand(Value *I) {
967 return LI->getPointerOperand();
969 return SI->getPointerOperand();
982 Value *PtrA = getPointerOperand(A);
983 Value *PtrB = getPointerOperand(B);
1007 if (GepB && GepB->getPointerOperand() == PtrA) {
1015 if (GepA && GepA->getPointerOperand() == PtrB) {
1025 if (GepA->getPointerOperand() != GepB->getPointerOperand() ||
1346 Builder.CreateBitCast(LI->getPointerOperand(), VecTy->getPointerTo());
1366 Builder.CreateBitCast(SI->getPointerOperand(), VecTy->getPointerTo());
1773 Value *Ptr = SI->getPointerOperand();
1775 Ptr = GEP->getPointerOperand();