Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5314 llvm::TypeSize SrcTypeSize = in EmitCall() local
5317 if (SrcTypeSize.isScalable()) { in EmitCall()
5321 assert(SrcTypeSize == DstTypeSize && in EmitCall()
5334 uint64_t SrcSize = SrcTypeSize.getFixedValue(); in EmitCall()