Searched refs:m_Load (Results 1 – 6 of 6) sorted by relevance
307 if (!match(LoadA, m_Load(m_Value(A))) || !match(LoadB, m_Load(m_Value(B)))) in recognizeByteCompare()
1018 if (match(Inst, m_Load(m_Value(Op1)))) in Visit()1340 m_Load(m_Value()), in lowerDotProduct()
1265 if (!match(&I, m_Load(m_Value(Ptr)))) in scalarizeLoadExtract()
5622 (match(S.MainOp, m_Load(m_Value())) || all_of(VL, [&S](const Value *I) { in buildTree_rec()5624 m_OneUse(m_ZExtOrSExt(m_OneUse(m_Load(m_Value()))))) && in buildTree_rec()
78 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
1632 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function