Searched defs:commonShiftTransforms (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp24 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) { function in class:InstCombiner
697 if (Instruction *V = commonShiftTransforms(I))
737 if (Instruction *R = commonShiftTransforms(I))
780 if (Instruction *R = commonShiftTransforms(I))

Completed in 70 milliseconds