Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp405 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombinerImpl
1029 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
1264 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
1675 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
H A DInstCombineInternal.h129 Instruction *commonShiftTransforms(BinaryOperator &I);