Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp332 llvm::Function::arg_iterator ExpandedFunctionArgIter = in ExpandFunction() local
335 llvm::Value *Arg_p = &*(ExpandedFunctionArgIter++); in ExpandFunction()
336 llvm::Value *Arg_x1 = &*(ExpandedFunctionArgIter++); in ExpandFunction()
337 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandFunction()
338 llvm::Value *Arg_instep = &*(ExpandedFunctionArgIter++); in ExpandFunction()
339 llvm::Value *Arg_outstep = &*ExpandedFunctionArgIter; in ExpandFunction()
465 llvm::Function::arg_iterator ExpandedFunctionArgIter = in ExpandKernel() local
468 llvm::Value *Arg_p = &*(ExpandedFunctionArgIter++); in ExpandKernel()
469 llvm::Value *Arg_x1 = &*(ExpandedFunctionArgIter++); in ExpandKernel()
470 llvm::Value *Arg_x2 = &*(ExpandedFunctionArgIter++); in ExpandKernel()
[all …]