OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantCreator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/
InlineAsm.h
32
struct
ConstantCreator
;
35
friend struct
ConstantCreator
<InlineAsm, PointerType, InlineAsmKeyType>;
Constants.h
39
struct
ConstantCreator
;
299
friend struct
ConstantCreator
<ConstantAggregateZero, Type, char>;
328
friend struct
ConstantCreator
<ConstantArray, ArrayType,
399
friend struct
ConstantCreator
<ConstantStruct, StructType,
460
friend struct
ConstantCreator
<ConstantVector, VectorType,
510
friend struct
ConstantCreator
<ConstantPointerNull, PointerType, char>;
589
friend struct
ConstantCreator
<ConstantExpr,Type,
[
all
...]
/external/llvm/lib/VMCore/
ConstantsContext.h
372
// The number of operands for each
ConstantCreator
::create method is
374
//
ConstantCreator
- A class that is used to create constants by
394
struct
ConstantCreator
{
409
struct
ConstantCreator
<ConstantExpr, Type, ExprMapKeyType> {
472
struct
ConstantCreator
<ConstantAggregateZero, Type, ValType> {
524
struct
ConstantCreator
<ConstantPointerNull, PointerType, ValType> {
540
struct
ConstantCreator
<UndefValue, Type, ValType> {
555
struct
ConstantCreator
<InlineAsm, PointerType, InlineAsmKeyType> {
640
ConstantCreator
<ConstantClass,TypeClass,ValType>::create(Ty, V);
Completed in 511 milliseconds