HomeSort by relevance Sort by last modified time
    Searched refs:ConstantCreator (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
InlineAsm.h 33 struct ConstantCreator;
43 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
Constants.h 40 struct ConstantCreator;
792 friend struct ConstantCreator<ConstantExpr,Type,
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 390 // The number of operands for each ConstantCreator::create method is
392 // ConstantCreator - A class that is used to create constants by
412 struct ConstantCreator {
434 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
495 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
582 ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);

Completed in 141 milliseconds