Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:isSplat

140 static bool isSplat(ArrayRef<Value *> VL) {
1005 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) {
1545 if (isSplat(VL)) {
1767 isSplat(VectorizableTree[1].Scalars)))