Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp2963 unsigned TySizeInBytes = in GetINTEGERTypeAtOffset() local
2966 assert(TySizeInBytes != SourceOffset && "Empty field?"); in GetINTEGERTypeAtOffset()
2971 std::min(TySizeInBytes-SourceOffset, 8U)*8); in GetINTEGERTypeAtOffset()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp3474 unsigned TySizeInBytes = in GetINTEGERTypeAtOffset() local
3477 assert(TySizeInBytes != SourceOffset && "Empty field?"); in GetINTEGERTypeAtOffset()
3482 std::min(TySizeInBytes-SourceOffset, 8U)*8); in GetINTEGERTypeAtOffset()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10380 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase() local
10386 assert(TySizeInBytes > Offset && in getOffsetFromBase()
10389 Offset = TySizeInBytes - Offset - getLoadedSize(); in getOffsetFromBase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14620 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase() local
14626 assert(TySizeInBytes > Offset && in getOffsetFromBase()
14629 Offset = TySizeInBytes - Offset - getLoadedSize(); in getOffsetFromBase()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15648 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase() local
15654 assert(TySizeInBytes > Offset && in getOffsetFromBase()
15657 Offset = TySizeInBytes - Offset - getLoadedSize(); in getOffsetFromBase()