Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp650 struct LoweredPHIRecord { struct
651 PHINode *PN; // The PHI that was lowered.
652 unsigned Shift; // The amount shifted.
653 unsigned Width; // The width extracted.
655 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() function
659 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp574 struct LoweredPHIRecord { struct
575 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() function
583 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() argument