Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5550 llvm::TypeSize SrcTypeSize = in EmitCall() local
5553 if (SrcTypeSize.isScalable()) { in EmitCall()
5557 assert(SrcTypeSize == DstTypeSize && in EmitCall()
5570 uint64_t SrcSize = SrcTypeSize.getFixedValue(); in EmitCall()