Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp370 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombinerImpl
920 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
1157 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
1487 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
H A DInstCombineInternal.h122 Instruction *commonShiftTransforms(BinaryOperator &I);