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.cpp2523 unsigned TySizeInBytes = in GetINTEGERTypeAtOffset() local
2526 assert(TySizeInBytes != SourceOffset && "Empty field?"); in GetINTEGERTypeAtOffset()
2531 std::min(TySizeInBytes-SourceOffset, 8U)*8); in GetINTEGERTypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19386 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase() local
19392 assert(TySizeInBytes > Offset && in getOffsetFromBase()
19395 Offset = TySizeInBytes - Offset - getLoadedSize(); in getOffsetFromBase()