Searched refs:Src1Producer (Results 1 – 1 of 1) sorted by relevance
3161 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local3162 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()3163 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()3176 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local3177 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()3178 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()3211 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local3214 Variable *Src1R = legalizeToReg(Src1Producer->getSrc(0)); in lowerArithmetic()3215 Variable *Src2R = legalizeToReg(Src1Producer->getSrc(1)); in lowerArithmetic()3297 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic() local[all …]