Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8313 SmallVector<VPValue *, 2> OperandsWithMask; in tryToBlend() local
8320 OperandsWithMask.push_back(Operands[In]); in tryToBlend()
8322 OperandsWithMask.push_back(EdgeMask); in tryToBlend()
8324 return toVPRecipeResult(new VPBlendRecipe(Phi, OperandsWithMask)); in tryToBlend()