Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8269 SmallVector<VPValue *, 2> OperandsWithMask; in tryToBlend() local
8276 OperandsWithMask.push_back(Operands[In]); in tryToBlend()
8278 OperandsWithMask.push_back(EdgeMask); in tryToBlend()
8280 return toVPRecipeResult(new VPBlendRecipe(Phi, OperandsWithMask)); in tryToBlend()