Searched refs:Src1Producer (Results 1 – 1 of 1) sorted by relevance
3164 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local3165 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()3166 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()3179 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local3180 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()3181 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()3214 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local3217 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()3218 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()3300 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local[all …]