Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.h105 bool areVectorizable(ArrayRef<VPValue *> Operands) const;
H A DVPlanSLP.cpp124 bool VPlanSlp::areVectorizable(ArrayRef<VPValue *> Operands) const { in areVectorizable() function in VPlanSlp
443 if (!areVectorizable(Values)) in buildGraph()