Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8227 SmallVector<VPValue *, 2> OperandsWithMask; in tryToBlend() local
8234 OperandsWithMask.push_back(Operands[In]); in tryToBlend()
8236 OperandsWithMask.push_back(EdgeMask); in tryToBlend()
8238 return toVPRecipeResult(new VPBlendRecipe(Phi, OperandsWithMask)); in tryToBlend()