Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp400 struct ConstantComparesGatherer { struct
408 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) in ConstantComparesGatherer() argument
414 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;
415 ConstantComparesGatherer &
416 operator=(const ConstantComparesGatherer &) = delete;
3262 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp435 struct ConstantComparesGatherer { struct
451 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument
455 ConstantComparesGatherer(const ConstantComparesGatherer &) = delete;
456 ConstantComparesGatherer &
457 operator=(const ConstantComparesGatherer &) = delete;
3655 ConstantComparesGatherer ConstantCompare(Cond, DL); in SimplifyBranchOnICmpChain()