Searched refs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
1055 struct LoweredPHIRecord { struct1060 LoweredPHIRecord(PHINode *Phi, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument1064 LoweredPHIRecord(PHINode *Phi, unsigned Sh) : PN(Phi), Shift(Sh), Width(0) {} in LoweredPHIRecord() argument1070 struct DenseMapInfo<LoweredPHIRecord> {1071 static inline LoweredPHIRecord getEmptyKey() { in getEmptyKey()1072 return LoweredPHIRecord(nullptr, 0); in getEmptyKey()1074 static inline LoweredPHIRecord getTombstoneKey() { in getTombstoneKey()1075 return LoweredPHIRecord(nullptr, 1); in getTombstoneKey()1077 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue()1081 static bool isEqual(const LoweredPHIRecord &LHS, in isEqual()[all …]