Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp529 llvm::Function::arg_iterator ExpandedFunctionArgIter = in ExpandFunction() local
532 llvm::Value *Arg_p = &*(ExpandedFunctionArgIter++); in ExpandFunction()
533 llvm::Value *Arg_x1 = &*(ExpandedFunctionArgIter++); in ExpandFunction()
534 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandFunction()
535 llvm::Value *Arg_outstep = &*(ExpandedFunctionArgIter); in ExpandFunction()
662 llvm::Function::arg_iterator ExpandedFunctionArgIter = in ExpandKernel() local
665 llvm::Value *Arg_p = &*(ExpandedFunctionArgIter++); in ExpandKernel()
666 llvm::Value *Arg_x1 = &*(ExpandedFunctionArgIter++); in ExpandKernel()
667 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandKernel()
668 llvm::Value *Arg_outstep = &*(ExpandedFunctionArgIter); in ExpandKernel()