Searched defs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
574 struct LoweredPHIRecord { struct575 PHINode *PN; // The PHI that was lowered.576 unsigned Shift; // The amount shifted.577 unsigned Width; // The width extracted.579 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() function583 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() function