Home | History | Annotate | Download | only in AArch64

Lines Matching refs:MulRHS

1184       const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1);
1188 std::swap(MulLHS, MulRHS);
1190 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt.");
1191 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2();
1562 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1);
1566 std::swap(MulLHS, MulRHS);
1568 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt.");
1569 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2();