Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8005 SmallVector<VPValue *, 2> OperandsWithMask; in tryToBlend() local
8008 OperandsWithMask.push_back(Operands[In]); in tryToBlend()
8019 OperandsWithMask.push_back(EdgeMask); in tryToBlend()
8021 return new VPBlendRecipe(Phi, OperandsWithMask); in tryToBlend()