Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine_test.go26 fac_args := []Type{Int32Type()}
27 fac_type := FunctionType(Int32Type(), fac_args, false)
41 If := builder.CreateICmp(IntEQ, n, ConstInt(Int32Type(), 0, false), "cmptmp")
45 res_iftrue := ConstInt(Int32Type(), 1, false)
49 n_minus := builder.CreateSub(n, ConstInt(Int32Type(), 1, false), "subtmp")
56 res := builder.CreatePHI(Int32Type(), "result")
89 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
H A Dir_test.go143 int_pointer := PointerType(cont.Int32Type(), 0)
148 if int_inner[0] != cont.Int32Type() {
152 st_pointer := cont.StructType([]Type{cont.Int32Type(), cont.Int8Type()}, false)
157 if st_inner[0] != cont.Int32Type() {
H A Dir.go548 func (c Context) Int32Type() (t Type) { t.C = C.LLVMInt32TypeInContext(c.C); return } func
558 func Int32Type() (t Type) { t.C = C.LLVMInt32Type(); return } func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp144 Type *Int32Type; member in __anon944de3aa0211::R600OpenCLImageTypeLoweringPass
167 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceImageUses()
200 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceSamplerUses()
356 Int32Type = Type::getInt32Ty(M.getContext()); in runOnModule()
357 ImageSizeType = ArrayType::get(Int32Type, 3); in runOnModule()
358 ImageFormatType = ArrayType::get(Int32Type, 2); in runOnModule()