Home | History | Annotate | Download | only in CodeGen

Lines Matching full:llvmty

1074     llvm::Type *llvmTy = ConvertTypeForMem(elementType);
1077 llvm::AllocaInst *vla = Builder.CreateAlloca(llvmTy, elementCount, "vla");