Searched refs:ConstantComparesGatherer (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp450 struct ConstantComparesGatherer { struct in namespace:__anon5763
466 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { function in struct:__anon5763::ConstantComparesGatherer
470 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;
471 ConstantComparesGatherer &
472 operator=(const ConstantComparesGatherer &) = delete;
3761 ConstantComparesGatherer ConstantCompare(Cond, DL);

Completed in 170 milliseconds