Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h27 Use *PtrUse;
48 PtrUse = &I->getOperandUse(OperandNo); in IsWrite()
51 Instruction *getInsn() { return cast<Instruction>(PtrUse->getUser()); } in getInsn()
53 Value *getPtr() { return PtrUse->get(); } in getPtr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18666 static bool shouldCombineToPostInc(SDNode *N, SDValue Ptr, SDNode *PtrUse, in shouldCombineToPostInc() argument
18671 if (PtrUse == N || in shouldCombineToPostInc()
18672 (PtrUse->getOpcode() != ISD::ADD && PtrUse->getOpcode() != ISD::SUB)) in shouldCombineToPostInc()
18675 if (!TLI.getPostIndexedAddressParts(N, PtrUse, BasePtr, Offset, AM, DAG)) in shouldCombineToPostInc()