Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2193 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe() argument
2196 ArrayRef<VPValue *>({ChainOp, VecOp}), CondOp, in VPReductionRecipe()
H A DLoopVectorize.cpp7070 for (auto *ChainOp : ChainOps) { in cost() local
7071 for (Value *Op : ChainOp->operands()) { in cost()