Searched refs:byte16 (Results 1 – 2 of 2) sorted by relevance
42 typedef ALIGN(16, uint8_t) byte16[16];
2739 Value *byte16 = Nucleus::createBitCast(cast.value, Byte16::getType()); in Short4() local2740 …packed = Nucleus::createShuffleVector(byte16, UndefValue::get(Byte16::getType()), Nucleus::createC… in Short4()3723 Value *byte16 = Nucleus::createBitCast(x.value, Byte16::getType()); in Swizzle() local3724 …Value *shuffle = Nucleus::createShuffleVector(byte16, UndefValue::get(Byte16::getType()), Nucleus:… in Swizzle()