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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp578 llvm::SmallVector<bool, 8> InIsStructPointer; local
590 * information in InIsStructPointer.
594 InIsStructPointer.push_back(false);
596 InIsStructPointer.push_back(true);
641 * this information in InIsStructPointer.
645 InIsStructPointer.push_back(false);
647 InIsStructPointer.push_back(true);
713 if (InIsStructPointer[Index]) {

Completed in 31 milliseconds