Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1737 bool IsLogicalOr = match(this, m_LogicalOr(m_VPValue(Op0), m_VPValue(Op1))); in computeCost() local
1739 IsLogicalOr ? Instruction::Or : Instruction::And, VectorTy, in computeCost()