Searched refs:ConstantCreator (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInlineAsm.h33 struct ConstantCreator;
43 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
H A DConstants.h41 struct ConstantCreator;
797 friend struct ConstantCreator<ConstantExpr,Type,
/external/llvm/lib/IR/
H A DConstantsContext.h382 // The number of operands for each ConstantCreator::create method is
384 // ConstantCreator - A class that is used to create constants by
404 struct ConstantCreator { struct in namespace:llvm
426 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> { struct in namespace:llvm
487 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> { struct in namespace:llvm
574 ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);

Completed in 233 milliseconds