Home
last modified time | relevance | path

Searched defs:PointerOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1770 PointerOpTy PointerOp; global() member
1806 m_Store(const ValueOpTy & ValueOp,const PointerOpTy & PointerOp) m_Store() argument
1820 m_PtrAdd(const PointerOpTy & PointerOp,const OffsetOpTy & OffsetOp) m_PtrAdd() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1357 createLoadExpression(Type * LoadType,Value * PointerOp,LoadInst * LI,const MemoryAccess * MA) const createLoadExpression() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7049 Value *PointerOp = getLoadStorePointerOperand(&I); collectValuesToIgnore() local