HomeSort by relevance Sort by last modified time
    Searched refs:ExprMapKeyType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/VMCore/
ConstantsContext.h 316 struct ExprMapKeyType {
317 ExprMapKeyType(unsigned opc,
329 bool operator==(const ExprMapKeyType& that) const {
336 bool operator<(const ExprMapKeyType & that) const {
347 bool operator!=(const ExprMapKeyType& that) const {
429 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
430 static ConstantExpr *create(Type *Ty, const ExprMapKeyType &V,
475 typedef ExprMapKeyType ValType;
481 return ExprMapKeyType(CE->getOpcode(), Operands,
LLVMContextImpl.h 285 ConstantUniqueMap<ExprMapKeyType, const ExprMapKeyType&, Type, ConstantExpr>
Constants.cpp     [all...]

Completed in 172 milliseconds