Searched refs:NewMulConst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp283 /// out and to NewMulConst the new constant to be multiplied by.
285 unsigned &PowerOfTwo, SDValue &NewMulConst) const;
502 SDValue &NewMulConst) const {
527 NewMulConst = CurDAG->getConstant(NewMulConstVal, SDLoc(N), MVT::i32);
549 SDValue NewMulConst; local
550 if (canExtractShiftFromMul(N, 31, PowerOfTwo, NewMulConst)) {
552 N.getOperand(0), NewMulConst)
555 replaceDAGValue(N.getOperand(1), NewMulConst);
751 SDValue NewMulConst; local
752 if (canExtractShiftFromMul(Offset, 31, PowerOfTwo, NewMulConst)) {
1422 SDValue NewMulConst; local
[all...]

Completed in 37 milliseconds