Lines Matching refs:getPointerOperand
261 SI->getPointerOperand(), SI->getAlignment(), SI); in addStore()
424 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), Offset, in INITIALIZE_PASS_DEPENDENCY()
539 if (auto *Ptr = dyn_cast<Instruction>(SI->getPointerOperand())) in moveUp()
676 SI->getPointerOperand(), findStoreAlignment(DL, SI), in processStore()
677 LI->getPointerOperand(), findLoadAlignment(DL, LI), Size); in processStore()
680 SI->getPointerOperand(), findStoreAlignment(DL, SI), in processStore()
681 LI->getPointerOperand(), findLoadAlignment(DL, LI), Size); in processStore()
709 Value *CpyDest = SI->getPointerOperand()->stripPointerCasts(); in processStore()
730 LI, SI->getPointerOperand()->stripPointerCasts(), in processStore()
731 LI->getPointerOperand()->stripPointerCasts(), in processStore()
754 if (Instruction *I = tryMergingIntoMemset(SI, SI->getPointerOperand(), in processStore()
771 Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, Align); in processStore()