Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1055 struct LoweredPHIRecord { struct
1056 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() argument
1064 LoweredPHIRecord(PHINode *Phi, unsigned Sh) : PN(Phi), Shift(Sh), Width(0) {} in LoweredPHIRecord() function