Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600TextureIntrinsicsReplacer.cpp32 Type *Int32Type; member in __anon0c68864c0111::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 …]
/external/llvm/bindings/go/llvm/
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)}
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
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp372 Type *Int32Type = Type::getInt32Ty(Context); in prepareExceptionHandlers() local
460 ActionArgs.push_back(ConstantInt::get(Int32Type, 1)); in prepareExceptionHandlers()
472 ActionArgs.push_back(ConstantInt::get(Int32Type, FrameEscapeIdx)); in prepareExceptionHandlers()
474 ActionArgs.push_back(ConstantInt::get(Int32Type, 0)); in prepareExceptionHandlers()
584 llvm::ConstantInt::get(Int32Type, AllocasToEscape.size() - 1)}; in prepareExceptionHandlers()