Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3489 unsigned TySizeInBytes = in GetINTEGERTypeAtOffset() local
3492 assert(TySizeInBytes != SourceOffset && "Empty field?"); in GetINTEGERTypeAtOffset()
3497 std::min(TySizeInBytes-SourceOffset, 8U)*8); in GetINTEGERTypeAtOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16166 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase() local
16172 assert(TySizeInBytes > Offset && in getOffsetFromBase()
16175 Offset = TySizeInBytes - Offset - getLoadedSize(); in getOffsetFromBase()