Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp2818 static CharUnits getArrayElementAlign(CharUnits arrayAlign, in getArrayElementAlign() function
2862 getArrayElementAlign(addr.getAlignment(), indices.back(), eltSize); in emitArraySubscriptGEP()
2952 getArrayElementAlign(Addr.getAlignment(), Idx, InterfaceSize); in EmitArraySubscriptExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3589 static CharUnits getArrayElementAlign(CharUnits arrayAlign, in getArrayElementAlign() function
3672 getArrayElementAlign(addr.getAlignment(), indices.back(), eltSize); in emitArraySubscriptGEP()
3803 getArrayElementAlign(Addr.getAlignment(), Idx, InterfaceSize); in EmitArraySubscriptExpr()