Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:vla

301   // We can't have a VLA here, but we can have a pointer to a VLA,
303 // Make sure to evaluate VLA bounds now so that we have them for later.
794 // If the type is variably-modified, emit all the VLA sizes for it.
906 vla = Builder.CreateAlloca(llvmTy, elementCount, "vla");
907 vla->setAlignment(alignment.getQuantity());
909 DeclPtr = vla;