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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DPassNameParser.h90 typedef PassNameParser::OptionInfo ValType; typedef
91 return std::strcmp(static_cast<const ValType *>(VT1)->Name,
92 static_cast<const ValType *>(VT2)->Name);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantsContext.h29 template<class ValType>
411 template<class ConstantClass, class TypeClass, class ValType>
413 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
414 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
427 typedef void ValType; typedef in struct:llvm::ConstantKeyData
428 static ValType getValType(ConstantClass *C) {
480 typedef ExprMapKeyType ValType; typedef in struct:llvm::ConstantKeyData
481 static ValType getValType(ConstantExpr *CE) {
505 typedef InlineAsmKeyType ValType; typedef in struct:llvm::ConstantKeyData
506 static ValType getValTyp
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInlineAsm.h29 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
32 template<class ConstantClass, class TypeClass, class ValType>
H A DConstants.h39 template<class ConstantClass, class TypeClass, class ValType>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp1166 enum ValType { enum in struct:__anon10381::AvailableValueInBlock
1173 PointerIntPair<Value *, 2, ValType> Val;

Completed in 97 milliseconds