OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantComposite
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/rsov/compiler/spirit/
module.h
193
ConstantCompositeInst *
getConstantComposite
(TypeVectorInst *type,
197
getConstantComposite
(Instruction *type,
199
ConstantCompositeInst *
getConstantComposite
(Instruction *type,
202
ConstantCompositeInst *
getConstantComposite
(TypeVectorInst *type,
206
ConstantCompositeInst *
getConstantComposite
(TypeVectorInst *type,
402
ConstantCompositeInst *
getConstantComposite
(TypeVectorInst *type,
module.cpp
252
ConstantCompositeInst *Module::
getConstantComposite
(TypeVectorInst *type,
255
return getGlobalSection()->
getConstantComposite
(type, components, width);
258
ConstantCompositeInst *Module::
getConstantComposite
(TypeVectorInst *type,
265
return
getConstantComposite
(type, comps, 3);
268
ConstantCompositeInst *Module::
getConstantComposite
(TypeVectorInst *type,
276
return
getConstantComposite
(type, comps, 4);
675
GlobalSection::
getConstantComposite
(TypeVectorInst *type,
builder_test.cpp
156
auto ConstOneVF4 = m->
getConstantComposite
(VF4Ty, ConstOneF, ConstOneF,
/frameworks/rs/rsov/compiler/
Wrapper.cpp
129
m->
getConstantComposite
(V3UIntTy, ConstOne, ConstOne, ConstOne);
Completed in 111 milliseconds