Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4996 llvm::Type *scalarType = RV.getScalarVal()->getType(); in EmitCall() local
4997 auto scalarSize = CGM.getDataLayout().getTypeAllocSize(scalarType); in EmitCall()
4998 auto scalarAlign = CGM.getDataLayout().getPrefTypeAlignment(scalarType); in EmitCall()