Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp370 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombinerImpl
839 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
1066 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
1375 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
H A DInstCombineInternal.h121 Instruction *commonShiftTransforms(BinaryOperator &I);