Home
last modified time | relevance | path

Searched refs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombinePHI.cpp1055 struct LoweredPHIRecord { struct
1060 LoweredPHIRecord(PHINode *Phi, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument
1064 LoweredPHIRecord(PHINode *Phi, unsigned Sh) : PN(Phi), Shift(Sh), Width(0) {} in LoweredPHIRecord() argument
1070 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 …]