Searched defs:isSplat (Results 1 – 3 of 3) sorted by relevance
1098 bool isSplat = true; in visitShuffleVectorInst() local
675 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
144 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function