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

/external/llvm/lib/IR/
H A DConstantsContext.h336 struct ConstantExprKeyType;
340 typedef ConstantExprKeyType ValType;
440 struct ConstantExprKeyType { struct in namespace:llvm
448 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops, function in struct:llvm::ConstantExprKeyType
456 ConstantExprKeyType(ArrayRef<Constant *> Operands, const ConstantExpr *CE) function in struct:llvm::ConstantExprKeyType
461 ConstantExprKeyType(const ConstantExpr *CE, function in struct:llvm::ConstantExprKeyType
473 bool operator==(const ConstantExprKeyType &X) const {

Completed in 92 milliseconds