Searched refs:ConstantComparesGatherer (Results 1 – 1 of 1) sorted by relevance
478 struct ConstantComparesGatherer { struct494 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument498 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;499 ConstantComparesGatherer &500 operator=(const ConstantComparesGatherer &) = delete;4200 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()