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

/external/llvm/lib/IR/
H A DConstantsContext.h30 struct ConstantTraits;
391 // determined by the ConstantTraits template.
398 struct ConstantTraits< std::vector<T, Alloc> > { struct in namespace:llvm
405 struct ConstantTraits<Constant *> { struct in namespace:llvm
414 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);

Completed in 78 milliseconds