Searched refs:GepI (Results 1 – 1 of 1) sorted by relevance
106 bool isHandledGepForm(GetElementPtrInst *GepI);107 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);312 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) { in isHandledGepForm() argument314 if (!GepI->getType()->isPointerTy()) in isHandledGepForm()317 if (GepI->idx_begin() == GepI->idx_end()) in isHandledGepForm()323 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI, in processGepInst() argument325 DEBUG(dbgs() << "Visiting GEP: " << *GepI << '\n'); in processGepInst()327 Value *PtrOp = GepI->getPointerOperand(); in processGepInst()339 N->Idx = *GepI->idx_begin(); in processGepInst()344 for (Value::user_iterator UI = GepI->user_begin(), UE = GepI->user_end(); in processGepInst()[all …]