HomeSort by relevance Sort by last modified time
    Searched refs:commonShiftTransforms (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 24 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) {
697 if (Instruction *V = commonShiftTransforms(I))
737 if (Instruction *R = commonShiftTransforms(I))
780 if (Instruction *R = commonShiftTransforms(I))
    [all...]
InstCombine.h 160 Instruction *commonShiftTransforms(BinaryOperator &I);

Completed in 390 milliseconds