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

/external/llvm/lib/IR/
H A DConstantsContext.h33 struct ConstantTraits;
383 // determined by the ConstantTraits template.
390 struct ConstantTraits< std::vector<T, Alloc> > { struct in namespace:llvm
397 struct ConstantTraits<Constant *> { struct in namespace:llvm
406 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);

Completed in 387 milliseconds