Searched refs:SplatBitsZ (Results 1 – 1 of 1) sorted by relevance
862 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in isVectorConstantLegal() local864 unsigned LowerBits = llvm::countr_zero(SplatBitsZ); in isVectorConstantLegal()865 unsigned UpperBits = llvm::countl_zero(SplatBitsZ); in isVectorConstantLegal()868 if (tryValue(SplatBitsZ | Upper | Lower)) in isVectorConstantLegal()875 return tryValue(SplatBitsZ | Middle); in isVectorConstantLegal()