Searched refs:isPointerOperand (Results 1 – 2 of 2) sorted by relevance
436 static bool isPointerOperand(Value *I, User *U) { in isPointerOperand() function467 if (UI && (isPointerOperand(Insn, UI) || isPreserveStaticOffsetCall(UI) || in rewriteUses()
1534 static bool isPointerOperand(Value *V) { in isPointerOperand() function1548 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerComparison()1549 isPointerOperand(I->getOperand(1)); in isInterestingPointerComparison()1562 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerSubtraction()1563 isPointerOperand(I->getOperand(1)); in isInterestingPointerSubtraction()