Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp363 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombiner
935 if (Instruction *V = commonShiftTransforms(I)) in visitShl()
1055 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()
1253 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
DInstCombineInternal.h403 Instruction *commonShiftTransforms(BinaryOperator &I);