Home
last modified time | relevance | path

Searched refs:MulRHS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp181 SDValue MulRHS = N->getOperand(1); in Select() local
184 MulLHS, MulRHS); in Select()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1179 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitAddSub() local
1183 std::swap(MulLHS, MulRHS); in emitAddSub()
1185 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt."); in emitAddSub()
1186 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); in emitAddSub()
1543 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitLogicalOp() local
1547 std::swap(MulLHS, MulRHS); in emitLogicalOp()
1549 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt."); in emitLogicalOp()
1550 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); in emitLogicalOp()