Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp402 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombinerImpl
1010 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
1243 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
1572 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
H A DInstCombineInternal.h128 Instruction *commonShiftTransforms(BinaryOperator &I);