Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp179 …llvm::StructType *argStructType = llvm::dyn_cast<llvm::StructType>(argType->getPointerElementType(… in runOnFunction() local
181 for (unsigned int i = 0; i < argStructType->getNumElements(); i++) { in runOnFunction()
182 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction()