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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp435 static bool isPointerOperand(Value *I, User *U) {
466 if (UI && (isPointerOperand(Insn, UI) || isPreserveStaticOffsetCall(UI) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1454 static bool isPointerOperand(Value *V) { function
1468 return isPointerOperand(I->getOperand(0)) &&
1469 isPointerOperand(I->getOperand(1));
1482 return isPointerOperand(I->getOperand(0)) &&
1483 isPointerOperand(I->getOperand(1));

Completed in 178 milliseconds