Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp521 struct ConstantComparesGatherer { struct
537 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument
541 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;
542 ConstantComparesGatherer &
543 operator=(const ConstantComparesGatherer &) = delete;
4821 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()