Searched refs:TySizeInBytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3229 unsigned TySizeInBytes =
3232 assert(TySizeInBytes != SourceOffset && "Empty field?");
3237 std::min(TySizeInBytes-SourceOffset, 8U)*8);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14625 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; local
14629 // If Offset is bigger than TySizeInBytes, it means we are loading all
14631 assert(TySizeInBytes > Offset &&
14634 Offset = TySizeInBytes - Offset - getLoadedSize();

Completed in 167 milliseconds