Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp179 llvm::Type *V2xi64Ty = llvm::VectorType::get(llvm::Type::getInt64Ty(*Context), 2); in isStepOptSupported() local
181 if (AllocType == V2xi64Ty || AllocType == Int128Ty) { in isStepOptSupported()