Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h37 inline class_match<VPValue> m_VPValue() { return class_match<VPValue>(); } in m_VPValue() function
107 inline bind_ty<VPValue> m_VPValue(VPValue *&V) { return V; } in m_VPValue() function