Searched refs:VLASizeMap (Results 1 – 5 of 5) sorted by relevance
821 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()1579 llvm::Value *vlaSize = VLASizeMap[type->getSizeExpr()]; in getVLASize()1671 llvm::Value *&entry = VLASizeMap[size]; in EmitVariablyModifiedType()
2100 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()2177 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
33 auto *Val = VLASizeMap[VAT->getSizeExpr()]; in GenerateOpenMPCapturedVars()159 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateOpenMPCapturedStmtFunction()
1942 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
1001 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; variable