Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TySizeInBytes

2742   unsigned TySizeInBytes =
2745 assert(TySizeInBytes != SourceOffset && "Empty field?");
2750 std::min(TySizeInBytes-SourceOffset, 8U)*8);