Searched defs:ConstantComparesGatherer (Results 1 – 1 of 1) sorted by relevance
478 struct ConstantComparesGatherer { struct479 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() argument505 bool setValueOnce(Value *NewVal) { in setValueOnce()519 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()663 void gather(Value *V) { in gather()