Searched refs:MulRHS (Results 1 – 2 of 2) sorted by relevance
370 SDValue MulRHS = N->getOperand(1); in Select() local373 CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::i32, MulLHS, MulRHS); in Select()
1184 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitAddSub() local1188 std::swap(MulLHS, MulRHS); in emitAddSub()1190 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt."); in emitAddSub()1191 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); in emitAddSub()1562 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitLogicalOp() local1566 std::swap(MulLHS, MulRHS); in emitLogicalOp()1568 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt."); in emitLogicalOp()1569 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); in emitLogicalOp()