Searched defs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
1010 struct LoweredPHIRecord { struct1011 PHINode *PN; // The PHI that was lowered.1012 unsigned Shift; // The amount shifted.1013 unsigned Width; // The width extracted.1015 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() function1019 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() function