Searched refs:isPointerOperand (Results 1 – 2 of 2) sorted by relevance
431 static bool isPointerOperand(Value *I, User *U) { in isPointerOperand() function462 if (UI && (isPointerOperand(Insn, UI) || isPreserveStaticOffsetCall(UI) || in rewriteUses()
1601 static bool isPointerOperand(Value *V) { in isPointerOperand() function1615 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerComparison()1616 isPointerOperand(I->getOperand(1)); in isInterestingPointerComparison()1629 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerSubtraction()1630 isPointerOperand(I->getOperand(1)); in isInterestingPointerSubtraction()