Searched refs:VLASizeMap (Results 1 – 5 of 5) sorted by relevance
872 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()1648 llvm::Value *vlaSize = VLASizeMap[type->getSizeExpr()]; in getVLASize()1740 llvm::Value *&entry = VLASizeMap[size]; in EmitVariablyModifiedType()
2165 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()2241 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1950 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
135 auto *Val = VLASizeMap[VAT->getSizeExpr()]; in GenerateOpenMPCapturedVars()284 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateOpenMPCapturedStmtFunction()
1026 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; variable