Searched refs:PtrBase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp620 Value *PtrBase = GEPLHS->getOperand(0); local
621 if (DL && PtrBase == RHS && GEPLHS->isInBounds()) {
636 if (PtrBase != GEPRHS->getOperand(0)) {
657 PtrBase->stripPointerCasts() ==

Completed in 41 milliseconds