Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5449 llvm::Type *scalarType = RV.getScalarVal()->getType(); in EmitCall() local
5450 auto scalarSize = CGM.getDataLayout().getTypeAllocSize(scalarType); in EmitCall()
5451 auto scalarAlign = CGM.getDataLayout().getPrefTypeAlign(scalarType); in EmitCall()