Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp990 static bool isPointerOperand(Value *V) { in isPointerOperand() function
1005 return isPointerOperand(I->getOperand(0)) && in isInterestingPointerComparisonOrSubtraction()
1006 isPointerOperand(I->getOperand(1)); in isInterestingPointerComparisonOrSubtraction()