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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp905 unsigned AMShiftAmt = MaskTZ; local
909 if (AMShiftAmt <= 0 || AMShiftAmt > 3) return true;
951 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, MVT::i8);
953 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, MVT::i8);
967 AM.Scale = 1 << AMShiftAmt;

Completed in 114 milliseconds