Searched refs:GEPB (Results 1 – 2 of 2) sorted by relevance
278 GetElementPtrInst *GEPB = dyn_cast<GetElementPtrInst>(getPointerOperand(B)); in isConsecutiveAccess() local279 if (!GEPA || !GEPB || GEPA->getNumOperands() != GEPB->getNumOperands()) in isConsecutiveAccess()283 if (GEPA->getOperand(i) != GEPB->getOperand(i)) in isConsecutiveAccess()287 Instruction *OpB = dyn_cast<Instruction>(GEPB->getOperand(FinalIndex)); in isConsecutiveAccess()
367 auto *GEPB = dyn_cast<GetElementPtrInst>(PtrB); in lookThroughComplexAddresses() local368 if (!GEPA || !GEPB) in lookThroughComplexAddresses()373 if (GEPA->getNumOperands() != GEPB->getNumOperands() || in lookThroughComplexAddresses()374 GEPA->getPointerOperand() != GEPB->getPointerOperand()) in lookThroughComplexAddresses()377 gep_type_iterator GTIB = gep_type_begin(GEPB); in lookThroughComplexAddresses()