Home
last modified time | relevance | path

Searched defs:eltSize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp78 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
86 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
255 auto eltSize = (end - begin) / numElts; in addLegalTypedData() local
336 CharUnits eltSize = in addEntry() local
404 CharUnits eltSize = getTypeStoreSize(CGM, eltTy); in splitVectorEntry() local
746 CharUnits eltSize = (origVectorSize / numElts); in legalizeVectorType() local
H A DCodeGenFunction.cpp1903 CharUnits eltSize = getContext().getTypeSizeInChars(VlaSize.Type); in EmitNullInitialization() local
H A DCGExprScalar.cpp2916 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(VlaSize.Type); in VisitUnaryExprOrTypeTraitExpr() local
3789 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitSub() local
H A DCGExpr.cpp3601 CharUnits eltSize) { in getArrayElementAlign()
3680 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType); in emitArraySubscriptGEP() local
H A DCGObjCMac.cpp5426 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField() local