Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp521 struct ConstantComparesGatherer { struct
522 const DataLayout &DL;
525 Value *CompValue = nullptr;
528 Value *Extra = nullptr;
531 SmallVector<ConstantInt *, 8> Vals;
534 unsigned UsedICmps = 0;
537 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() argument
548 bool setValueOnce(Value *NewVal) { in setValueOnce()
562 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()
706 void gather(Value *V) { in gather()