Searched refs:IndVar (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp693 // IndVar - value of loop induction variable (X coordinate) for a given loop iteration
704 llvm::Value *IndVar,
706 llvm::Value *Offset = Builder.CreateSub(IndVar, Arg_x1);
1164 llvm::Value *IndVar; local
1165 createLoop(Builder, Arg_x1, Arg_x2, &IndVar);
1169 ExpandSpecialArguments(Signature, IndVar, Arg_p, Builder, CalleeArgs,
1182 IndVar, RootArgs);
697 ExpandInputsBody(llvm::IRBuilder< &Builder, llvm::Value *Arg_x1, llvm::MDNode *TBAAAllocation, const size_t NumInputs, const llvm::SmallVectorImpl<llvm::Type *> &InTypes, const llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, const llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots, llvm::Value *IndVar, llvm::SmallVectorImpl<llvm::Value *> &RootArgs) argument

Completed in 1752 milliseconds