Home | History | Annotate | Download | only in R600

Lines Matching refs:DestSize

451   unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType());
453 return SrcSize == 32 && DestSize == 64;