Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp151 bool isStepOptSupported(llvm::Type *AllocType) { in isStepOptSupported() argument
153 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported()
160 if (AllocType == VoidPtrTy) { in isStepOptSupported()
174 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) { in isStepOptSupported()
181 if (AllocType == V2xi64Ty || AllocType == Int128Ty) { in isStepOptSupported()
198 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() argument
201 bccAssert(AllocType); in getStepValue()
203 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue()
204 if (isStepOptSupported(AllocType)) { in getStepValue()