Searched defs:MulCandidate (Results 1 – 1 of 1) sorted by relevance
64 struct MulCandidate { struct65 Instruction *Root;66 Value* LHS;67 Value* RHS;68 bool Exchange = false;69 bool Paired = false;70 SmallVector<LoadInst*, 2> VecLd; // Container for loads to widen.72 MulCandidate(Instruction *I, Value *lhs, Value *rhs) : in MulCandidate() function75 bool HasTwoLoadInputs() const { in HasTwoLoadInputs()79 LoadInst *getBaseLoad() const { in getBaseLoad()