Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp478 struct ConstantComparesGatherer { struct
494 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument
498 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;
499 ConstantComparesGatherer &
500 operator=(const ConstantComparesGatherer &) = delete;
4200 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()