Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp32 Type *Int32Type; member in __anon9838a53d0111::R600TextureIntrinsicsReplacer
126 ConstantInt::get(Int32Type, SrcSelect[0]), in ReplaceCallInst()
127 ConstantInt::get(Int32Type, SrcSelect[1]), in ReplaceCallInst()
128 ConstantInt::get(Int32Type, SrcSelect[2]), in ReplaceCallInst()
129 ConstantInt::get(Int32Type, SrcSelect[3]) in ReplaceCallInst()
142 ConstantInt::get(Int32Type, CT[0]), in ReplaceCallInst()
143 ConstantInt::get(Int32Type, CT[1]), in ReplaceCallInst()
144 ConstantInt::get(Int32Type, CT[2]), in ReplaceCallInst()
145 ConstantInt::get(Int32Type, CT[3]) in ReplaceCallInst()
170 ConstantInt::get(Int32Type, 0), in ReplaceTexIntrinsic()
[all …]
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine_test.go27 fac_args := []Type{Int32Type()}
28 fac_type := FunctionType(Int32Type(), fac_args, false)
42 If := builder.CreateICmp(IntEQ, n, ConstInt(Int32Type(), 0, false), "cmptmp")
46 res_iftrue := ConstInt(Int32Type(), 1, false)
50 n_minus := builder.CreateSub(n, ConstInt(Int32Type(), 1, false), "subtmp")
57 res := builder.CreatePHI(Int32Type(), "result")
92 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
H A Dir.go481 func (c Context) Int32Type() (t Type) { t.C = C.LLVMInt32TypeInContext(c.C); return } func
491 func Int32Type() (t Type) { t.C = C.LLVMInt32Type(); return } func