Home
last modified time | relevance | path

Searched refs:ConstantUniqueMap (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h141 ConstantUniqueMap<char, char, Type, ConstantAggregateZero> AggZeroConstants;
143 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>,
147 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>,
151 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>,
155 ConstantUniqueMap<char, char, PointerType, ConstantPointerNull>
157 ConstantUniqueMap<char, char, Type, UndefValue> UndefValueConstants;
160 ConstantUniqueMap<ExprMapKeyType, const ExprMapKeyType&, Type, ConstantExpr>
163 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
DConstantsContext.h573 class ConstantUniqueMap {
/external/swiftshader/third_party/LLVM/include/llvm/
DInlineAsm.h30 class ConstantUniqueMap; variable
36 friend class ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&,
/external/llvm/include/llvm/IR/
DInlineAsm.h30 template <class ConstantClass> class ConstantUniqueMap; variable
41 friend class ConstantUniqueMap<InlineAsm>; variable
/external/llvm/lib/IR/
DLLVMContextImpl.h1081 typedef ConstantUniqueMap<ConstantArray> ArrayConstantsTy;
1084 typedef ConstantUniqueMap<ConstantStruct> StructConstantsTy;
1087 typedef ConstantUniqueMap<ConstantVector> VectorConstantsTy;
1098 ConstantUniqueMap<ConstantExpr> ExprConstants;
1100 ConstantUniqueMap<InlineAsm> InlineAsms;
DConstantsContext.h541 template <class ConstantClass> class ConstantUniqueMap {