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

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

Completed in 377 milliseconds