Searched defs:MulCandidate (Results 1 – 1 of 1) sorted by relevance
62 struct MulCandidate { struct63 Instruction *Root;64 Value* LHS;65 Value* RHS;66 bool Exchange = false;67 bool ReadOnly = true;68 bool Paired = false;69 SmallVector<LoadInst*, 2> VecLd; // Container for loads to widen.71 MulCandidate(Instruction *I, Value *lhs, Value *rhs) : in MulCandidate() argument74 bool HasTwoLoadInputs() const { in HasTwoLoadInputs()[all …]