Searched refs:Int32Ty (Results 1 - 2 of 2) 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...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2703 Type *Int32Ty = IntegerType::getInt32Ty(CurBB->getContext());
2705 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
2706 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(),

Completed in 191 milliseconds