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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp621 Value *PtrBase = GEPLHS->getOperand(0); local
622 if (TD && PtrBase == RHS && GEPLHS->isInBounds()) {
637 if (PtrBase != GEPRHS->getOperand(0)) {
658 PtrBase->stripPointerCasts() ==

Completed in 133 milliseconds