Searched defs:InTy (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp270 llvm::Type *InTy = NULL; local
273 InTy = Args->getType();
274 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
275 InStep = getStepValue(&TD, InTy, Arg_instep);
278 Builder.CreateStructGEP(Arg_p, 0)), InTy), AIn);
360 Builder.CreatePtrToInt(InPtr, Int32Ty), InStep), InTy);
511 llvm::Type *InTy = NULL; local
515 InTy =InBaseTy->getPointerTo();
516 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
517 InStep = getStepValue(&TD, InTy, Arg_inste
[all...]

Completed in 34 milliseconds