Searched defs:LoweredPHIRecord (Results 1 – 3 of 3) sorted by relevance
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 650 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() argument 659 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 919 struct LoweredPHIRecord { struct 920 PHINode *PN; // The PHI that was lowered. 921 unsigned Shift; // The amount shifted. 922 unsigned Width; // The width extracted. 924 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument 928 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 1051 struct LoweredPHIRecord { struct 1052 PHINode *PN; // The PHI that was lowered. 1053 unsigned Shift; // The amount shifted. 1054 unsigned Width; // The width extracted. 1056 LoweredPHIRecord(PHINode *Phi, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument 1060 LoweredPHIRecord(PHINode *Phi, unsigned Sh) : PN(Phi), Shift(Sh), Width(0) {} in LoweredPHIRecord() function
|