Searched defs:ExprMapKeyType (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantsContext.h303 struct ExprMapKeyType { struct in namespace:llvm
304 ExprMapKeyType(unsigned opc, function in struct:llvm::ExprMapKeyType
316 bool operator==(const ExprMapKeyType& that) const {
323 bool operator<(const ExprMapKeyType & that) const {
334 bool operator!=(const ExprMapKeyType& that) const {
409 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
410 static ConstantExpr *create(Type *Ty, const ExprMapKeyType &V,
456 typedef ExprMapKeyType ValType;
462 return ExprMapKeyType(CE->getOpcode(), Operands,

Completed in 320 milliseconds