Home
last modified time | relevance | path

Searched refs:isPointerOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFPreserveStaticOffset.cpp436 static bool isPointerOperand(Value *I, User *U) { in isPointerOperand() function
467 if (UI && (isPointerOperand(Insn, UI) || isPreserveStaticOffsetCall(UI) || in rewriteUses()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1534 static bool isPointerOperand(Value *V) { in isPointerOperand() function
1548 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()