Home
last modified time | relevance | path

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

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