Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp520 static Instruction *ConvertShiftToMul(Instruction *Shl, in ConvertShiftToMul() function
975 if (Instruction *NI = ConvertShiftToMul(BI, ValueRankMap)) { in ReassociateInst()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul() function
1977 Instruction *NI = ConvertShiftToMul(I); in OptimizeInst()