Home
last modified time | relevance | path

Searched defs: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
479 const DataLayout &DL;
482 Value *CompValue = nullptr;
485 Value *Extra = nullptr;
488 SmallVector<ConstantInt *, 8> Vals;
491 unsigned UsedICmps = 0;
494 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument
505 bool setValueOnce(Value *NewVal) { in setValueOnce()
519 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()
663 void gather(Value *V) { in gather()