Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp160 Type *Int32Type; member in __anon2ee51bc40211::R600OpenCLImageTypeLoweringPass
183 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceImageUses()
216 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceSamplerUses()
371 Int32Type = Type::getInt32Ty(M.getContext()); in runOnModule()
372 ImageSizeType = ArrayType::get(Int32Type, 3); in runOnModule()
373 ImageFormatType = ArrayType::get(Int32Type, 2); in runOnModule()