Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:getPointerOperand

1042   Value *GpPtr = Gep->getPointerOperand();
1128 Value *Ptr = LI ? LI->getPointerOperand() : SI->getPointerOperand();
1150 if (Gep && Legal->isInductionVariable(Gep->getPointerOperand())) {
1152 Value *PtrOperand = Gep->getPointerOperand();
1163 assert(SE->isLoopInvariant(SE->getSCEV(Gep->getPointerOperand()),
1202 assert(!Legal->isUniform(SI->getPointerOperand()) &&
2564 SafePointes.insert(LI->getPointerOperand());
2566 SafePointes.insert(SI->getPointerOperand());
3167 Value *Ptr = SI->getPointerOperand();
3176 Value *Ptr = LI->getPointerOperand();
3600 Value* Ptr = ST->getPointerOperand();
3625 Value* Ptr = LD->getPointerOperand();
4040 if (!LI || !SafePtrs.count(LI->getPointerOperand()))
4559 Value *Ptr = SI ? SI->getPointerOperand() : LI->getPointerOperand();
4685 return Legal->isConsecutivePtr(ST->getPointerOperand()) != 0;
4689 return Legal->isConsecutivePtr(LI->getPointerOperand()) != 0;