Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GEPI

691   void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
692 if (GEPI.use_empty())
693 return markAsDead(GEPI);
695 if (SROAStrictInbounds && GEPI.isInBounds()) {
704 const DataLayout &DL = GEPI.getModule()->getDataLayout();
705 for (gep_type_iterator GTI = gep_type_begin(GEPI),
706 GTE = gep_type_end(GEPI);
730 return markAsDead(GEPI);
734 return Base::visitGetElementPtrInst(GEPI);
1137 else if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(Ptr))
1138 Ptr = GEPI->getPointerOperand();
3314 bool visitGetElementPtrInst(GetElementPtrInst &GEPI) {
3315 enqueueUsers(GEPI);