Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2567 Value *VariantOp, *InvariantOp; in hoistAdd() local
2569 !match(VariantLHS, m_NSWAdd(m_Value(VariantOp), m_Value(InvariantOp)))) in hoistAdd()
2572 !match(VariantLHS, m_NUWAdd(m_Value(VariantOp), m_Value(InvariantOp)))) in hoistAdd()
2577 if (L.isLoopInvariant(VariantOp)) in hoistAdd()
2578 std::swap(VariantOp, InvariantOp); in hoistAdd()
2579 if (L.isLoopInvariant(VariantOp) || !L.isLoopInvariant(InvariantOp)) in hoistAdd()
2602 ICmp.setOperand(0, VariantOp); in hoistAdd()
2625 Value *VariantOp, *InvariantOp; in hoistSub() local
2627 !match(VariantLHS, m_NSWSub(m_Value(VariantOp), m_Value(InvariantOp)))) in hoistSub()
2630 !match(VariantLHS, m_NUWSub(m_Value(VariantOp), m_Value(InvariantOp)))) in hoistSub()
[all …]