Searched defs:Int32Ty (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp179 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
180 return llvm::ConstantInt::get(Int32Ty, ETSize);
191 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
213 StructTypes.push_back(Int32Ty); // uint32_t usr_len
214 StructTypes.push_back(Int32Ty); // uint32_t x
215 StructTypes.push_back(Int32Ty); // uint32_t y
216 StructTypes.push_back(Int32Ty); // uint32_t z
217 StructTypes.push_back(Int32Ty); // uint32_t lod
218 StructTypes.push_back(Int32Ty); // enum RsAllocationCubemapFace
219 StructTypes.push_back(llvm::ArrayType::get(Int32Ty, 1
[all...]

Completed in 208 milliseconds