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

  /external/llvm/include/llvm/
InlineAsm.h 33 struct ConstantCreator;
36 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
Constants.h 40 struct ConstantCreator;
    [all...]
  /external/llvm/lib/VMCore/
ConstantsContext.h 385 // The number of operands for each ConstantCreator::create method is
387 // ConstantCreator - A class that is used to create constants by
407 struct ConstantCreator {
429 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
490 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
575 ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);

Completed in 165 milliseconds