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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 24 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) {
704 if (Instruction *V = commonShiftTransforms(I))
745 if (Instruction *R = commonShiftTransforms(I))
789 if (Instruction *R = commonShiftTransforms(I))
    [all...]
InstCombineInternal.h 261 Instruction *commonShiftTransforms(BinaryOperator &I);

Completed in 369 milliseconds