Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2539 unsigned TySizeInBytes = in GetINTEGERTypeAtOffset() local
2542 assert(TySizeInBytes != SourceOffset && "Empty field?"); in GetINTEGERTypeAtOffset()
2547 std::min(TySizeInBytes-SourceOffset, 8U)*8); in GetINTEGERTypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20385 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase() local
20391 assert(TySizeInBytes > Offset && in getOffsetFromBase()
20394 Offset = TySizeInBytes - Offset - getLoadedSize(); in getOffsetFromBase()