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

  /external/llvm/include/llvm/
Instruction.h 105 /// isLogicalShift - Return true if this is a logical shift left or a logical
107 inline bool isLogicalShift() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 48 if (I->isLogicalShift() &&
InstCombineShifts.cpp 367 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]

Completed in 47 milliseconds