Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2456 llvm::Value *ArrayEnd; member in __anonffeca2a00411::RegularPartialArrayDestroy
2464 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2469 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit()
H A DCGExprAgg.cpp457 llvm::Value *ArrayEnd = Builder.CreateInBoundsGEP( in VisitCXXStdInitializerListExpr() local
460 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr()