Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp61 if (match(V, m_InsertElement(m_Value(), m_Value(), m_ConstantInt()))) in cheapToScalarize()
189 if (!match(X, m_InsertElement(m_Value(), m_Value(Scalar), in foldBitcastExtElt()
1541 if (!match(V0, m_InsertElement(m_Value(), m_Value(Scalar), in foldShuffleWithInsert()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h1098 m_InsertElement(const Val_t &Val, const Elt_t &Elt, const Idx_t &Idx) { in m_InsertElement() function