Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8699 SmallVector<VPValue *, 2> OperandsWithMask; in tryToBlend() local
8707 OperandsWithMask.push_back(Operands[In]); in tryToBlend()
8709 OperandsWithMask.push_back(EdgeMask); in tryToBlend()
8711 return toVPRecipeResult(new VPBlendRecipe(Phi, OperandsWithMask)); in tryToBlend()