Home
last modified time | relevance | path

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

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