Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GEPI

674   void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
675 if (GEPI.use_empty())
676 return markAsDead(GEPI);
678 if (SROAStrictInbounds && GEPI.isInBounds()) {
687 const DataLayout &DL = GEPI.getModule()->getDataLayout();
688 for (gep_type_iterator GTI = gep_type_begin(GEPI),
689 GTE = gep_type_end(GEPI);
713 return markAsDead(GEPI);
717 return Base::visitGetElementPtrInst(GEPI);
3143 bool visitGetElementPtrInst(GetElementPtrInst &GEPI) {
3144 enqueueUsers(GEPI);