Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:SplatBitSize

2219   unsigned SplatBitSize;
2225 (BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
2226 HasAnyUndefs, 0, true) && SplatBitSize <= 16)) {
2228 int32_t SextVal = ((int32_t) (SplatBits << (32 - SplatBitSize)) >>
2229 (32 - SplatBitSize));