Searched refs:ConstantComparesGatherer (Results 1 – 1 of 1) sorted by relevance
522 struct ConstantComparesGatherer { struct538 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument542 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;543 ConstantComparesGatherer &544 operator=(const ConstantComparesGatherer &) = delete;4890 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()