Searched refs:collectShuffleElements (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp615 static ShuffleOps collectShuffleElements(Value *V, SmallVectorImpl<int> &Mask, function
648 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC);
1106 // (because those may codegen poorly), but collectShuffleElements() does
1124 ShuffleOps LR = collectShuffleElements(&IE, Mask, nullptr, *this);

Completed in 104 milliseconds