OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int32Type
(Results
1 - 3
of
3
) sorted by null
/external/llvm/bindings/go/llvm/
executionengine_test.go
27
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")
91
exec_args := []GenericValue{NewGenericValueFromInt(
Int32Type
(), 10, false)}
ir.go
483
func (c Context)
Int32Type
() (t Type) { t.C = C.LLVMInt32TypeInContext(c.C); return }
493
func
Int32Type
() (t Type) { t.C = C.LLVMInt32Type(); return }
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUOpenCLImageTypeLoweringPass.cpp
143
Type *
Int32Type
;
166
Replacement = ConstantInt::get(
Int32Type
, ResourceID);
199
Replacement = ConstantInt::get(
Int32Type
, ResourceID);
354
Int32Type
= Type::getInt32Ty(M.getContext());
355
ImageSizeType = ArrayType::get(
Int32Type
, 3);
356
ImageFormatType = ArrayType::get(
Int32Type
, 2);
Completed in 147 milliseconds