Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp768 const CharUnits eltAlign = in emitArraySubscriptPtr() local
776 return Address(eltPtr, elementType, eltAlign); in emitArraySubscriptPtr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4305 CharUnits eltAlign = in emitArraySubscriptGEP() local
4317 signedIndices, loc, eltAlign, name); in emitArraySubscriptGEP()
4330 return Address(eltPtr, CGF.ConvertTypeForMem(eltType), eltAlign); in emitArraySubscriptGEP()