Searched refs:MulLHS (Results 1 – 2 of 2) sorted by relevance
369 SDValue MulLHS = N->getOperand(0); in Select() local373 CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::i32, MulLHS, MulRHS); in Select()
1183 const Value *MulLHS = cast<MulOperator>(RHS)->getOperand(0); in emitAddSub() local1186 if (const auto *C = dyn_cast<ConstantInt>(MulLHS)) in emitAddSub()1188 std::swap(MulLHS, MulRHS); in emitAddSub()1192 unsigned RHSReg = getRegForValue(MulLHS); in emitAddSub()1195 bool RHSIsKill = hasTrivialKill(MulLHS); in emitAddSub()1561 const Value *MulLHS = cast<MulOperator>(RHS)->getOperand(0); in emitLogicalOp() local1564 if (const auto *C = dyn_cast<ConstantInt>(MulLHS)) in emitLogicalOp()1566 std::swap(MulLHS, MulRHS); in emitLogicalOp()1571 unsigned RHSReg = getRegForValue(MulLHS); in emitLogicalOp()1574 bool RHSIsKill = hasTrivialKill(MulLHS); in emitLogicalOp()