Home
last modified time | relevance | path

Searched refs:InTy (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp547 llvm::Type *InTy = nullptr; in ExpandFunction() local
558 InTy = (FunctionArgIter++)->getType(); in ExpandFunction()
559 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandFunction()
621 InPtr = Builder.CreatePointerCast(InPtr, InTy); in ExpandFunction()