Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1359 static bool isPointerOperand(Value *V) { in isPointerOperand() function
1373 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerComparison()
1374 isPointerOperand(I->getOperand(1)); in isInterestingPointerComparison()
1387 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerSubtraction()
1388 isPointerOperand(I->getOperand(1)); in isInterestingPointerSubtraction()