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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp123 bool isStepOptSupported(llvm::Type *AllocType) { argument
125 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
132 if (AllocType == VoidPtrTy) {
146 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
153 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
170 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, argument
173 bccAssert(AllocType);
175 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
176 if (isStepOptSupported(AllocType)) {
[all...]

Completed in 52 milliseconds