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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp119 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C); local
120 return llvm::ConstantInt::get(Int32Ty, ETSize);
177 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C); local
178 llvm::Type *SizeTy = Int32Ty;
200 StructTys.push_back(Int32Ty); // uint32_t x
201 StructTys.push_back(Int32Ty); // uint32_t y
202 StructTys.push_back(Int32Ty); // uint32_t z
203 StructTys.push_back(Int32Ty); // uint32_t lod
204 StructTys.push_back(Int32Ty); // enum RsAllocationCubemapFace
205 StructTys.push_back(llvm::ArrayType::get(Int32Ty, 1
397 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C); local
[all...]

Completed in 128 milliseconds