Searched defs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
1055 struct LoweredPHIRecord { struct1056 PHINode *PN; // The PHI that was lowered.1057 unsigned Shift; // The amount shifted.1058 unsigned Width; // The width extracted.1060 LoweredPHIRecord(PHINode *Phi, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument1064 LoweredPHIRecord(PHINode *Phi, unsigned Sh) : PN(Phi), Shift(Sh), Width(0) {} in LoweredPHIRecord() function