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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DReassociate.cpp913 /// ConvertShiftToMul - If this is a shift of a reassociable multiply or is used
916 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { function
1519 Instruction *NI = ConvertShiftToMul(I);

Completed in 187 milliseconds