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

/external/llvm/lib/IR/
H A DConstantsContext.h319 struct ExprMapKeyType { struct in namespace:llvm
320 ExprMapKeyType(unsigned opc, function in struct:llvm::ExprMapKeyType
332 bool operator==(const ExprMapKeyType& that) const {
339 bool operator<(const ExprMapKeyType & that) const {
346 bool operator!=(const ExprMapKeyType& that) const {
426 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
427 static ConstantExpr *create(Type *Ty, const ExprMapKeyType &V,
472 typedef ExprMapKeyType ValType;
478 return ExprMapKeyType(CE->getOpcode(), Operands,

Completed in 252 milliseconds