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

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp897 unsigned AMShiftAmt = MaskTZ; local
901 if (AMShiftAmt <= 0 || AMShiftAmt > 3) return true;
943 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, MVT::i8);
945 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, MVT::i8);
959 AM.Scale = 1 << AMShiftAmt;

Completed in 98 milliseconds