Searched refs:isPointerOperand (Results 1 – 2 of 2) sorted by relevance
435 static bool isPointerOperand(Value *I, User *U) { in isPointerOperand() function466 if (UI && (isPointerOperand(Insn, UI) || isPreserveStaticOffsetCall(UI) || in rewriteUses()
1454 static bool isPointerOperand(Value *V) { in isPointerOperand() function1468 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerComparison()1469 isPointerOperand(I->getOperand(1)); in isInterestingPointerComparison()1482 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerSubtraction()1483 isPointerOperand(I->getOperand(1)); in isInterestingPointerSubtraction()