Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp372 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombinerImpl
901 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
1046 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
1268 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
H A DInstCombineInternal.h120 Instruction *commonShiftTransforms(BinaryOperator &I);