Searched defs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
664 struct LoweredPHIRecord { struct665 PHINode *PN; // The PHI that was lowered.666 unsigned Shift; // The amount shifted.667 unsigned Width; // The width extracted.669 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument673 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() argument