Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp992 m_PtrAdd(m_Value(InnerPtr), m_ConstantInt(GEPIndex)), in SimplifyDemandedUseBits()
H A DInstructionCombining.cpp2353 if (!match(Src, m_PtrAdd(m_Value(Base), m_APInt(C1)))) in canonicalizeGEPOfConstGEPI8()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1882 m_PtrAdd(const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) { in m_PtrAdd() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5355 match(Op, m_PtrAdd(m_Value(Ptr), in simplifyCastInst()