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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp24 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) { function in class:InstCombiner
704 if (Instruction *V = commonShiftTransforms(I))
745 if (Instruction *R = commonShiftTransforms(I))
789 if (Instruction *R = commonShiftTransforms(I))
H A DInstCombineInternal.h261 Instruction *commonShiftTransforms(BinaryOperator &I);

Completed in 164 milliseconds