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 22 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) {
683 if (Instruction *V = commonShiftTransforms(I))
720 if (Instruction *R = commonShiftTransforms(I))
760 if (Instruction *R = commonShiftTransforms(I))
InstCombine.h 145 Instruction *commonShiftTransforms(BinaryOperator &I);

Completed in 99 milliseconds