Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
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 <()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp556 struct PHIUsageRecord { struct
557 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
558 unsigned Shift; // The amount shifted.
559 Instruction *Inst; // The trunc instruction.
561 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() function
564 bool operator<(const PHIUsageRecord &RHS) const { in operator <()