Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp431 static bool isPointerOperand(Value *I, User *U) { in isPointerOperand() function
462 if (UI && (isPointerOperand(Insn, UI) || isPreserveStaticOffsetCall(UI) || in rewriteUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1601 static bool isPointerOperand(Value *V) { in isPointerOperand() function
1615 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()