Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp372 struct ConstantComparesGatherer { struct
380 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) in ConstantComparesGatherer() function
386 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;
387 ConstantComparesGatherer &
388 operator=(const ConstantComparesGatherer &) = delete;
3144 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()