Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp632 struct PHIUsageRecord { struct
633 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
634 unsigned Shift; // The amount shifted.
635 Instruction *Inst; // The trunc instruction.
637 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() argument
640 bool operator<(const PHIUsageRecord &RHS) const { in operator <()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp901 struct PHIUsageRecord { struct
902 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
903 unsigned Shift; // The amount shifted.
904 Instruction *Inst; // The trunc instruction.
906 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() function
909 bool operator<(const PHIUsageRecord &RHS) const { in operator <()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1033 struct PHIUsageRecord { struct
1034 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
1035 unsigned Shift; // The amount shifted.
1036 Instruction *Inst; // The trunc instruction.
1038 PHIUsageRecord(unsigned Pn, unsigned Sh, Instruction *User) in PHIUsageRecord() argument
1041 bool operator<(const PHIUsageRecord &RHS) const { in operator <()