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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp781 int ScaleLog = 8 - Shift.getConstantOperandVal(1); local
782 if (ScaleLog <= 0 || ScaleLog >= 4 ||
783 Mask != (0xffu << ScaleLog))
792 SDValue ShlCount = DAG.getConstant(ScaleLog, MVT::i8);
808 AM.Scale = (1 << ScaleLog);

Completed in 89 milliseconds