Home | History | Annotate | Download | only in Reactor

Lines Matching defs:declaration

335 		llvm::Instruction *declaration;
339 declaration = new llvm::AllocaInst(T(type), Nucleus::createConstantInt(arraySize));
343 declaration = new llvm::AllocaInst(T(type), (Value*)nullptr);
346 entryBlock.getInstList().push_front(declaration);
348 return V(declaration);