Searched defs:ConstantComparesGatherer (Results 1 – 1 of 1) sorted by relevance
522 struct ConstantComparesGatherer { struct523 const DataLayout &DL;526 Value *CompValue = nullptr;529 Value *Extra = nullptr;532 SmallVector<ConstantInt *, 8> Vals;535 unsigned UsedICmps = 0;538 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { in ConstantComparesGatherer() function549 bool setValueOnce(Value *NewVal) { in setValueOnce()563 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()707 void gather(Value *V) { in gather()