Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp24 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombiner
599 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
703 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
832 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
H A DInstCombineInternal.h373 Instruction *commonShiftTransforms(BinaryOperator &I);