Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp755 llvm::SmallVector<llvm::Value*, 8> InStructTempSlots; in ExpandKernel() local
792 InStructTempSlots.push_back(Slot); in ExpandKernel()
795 InStructTempSlots.push_back(nullptr); in ExpandKernel()
855 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) { in ExpandKernel()