HomeSort by: relevance | last modified time | path
    Searched refs:isLogicalShift (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 200 inline bool isLogicalShift() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 434 assert(InnerShift->isLogicalShift() && "Unexpected instruction type");
658 return !(Shift.isLogicalShift() && match(BO, m_Not(m_Value())));
701 if (I.isLogicalShift() &&
InstCombineMulDivRem.cpp 71 if (I && I->isLogicalShift() &&

Completed in 18 milliseconds