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 109 /// isLogicalShift - Return true if this is a logical shift left or a logical
111 inline bool isLogicalShift() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 370 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
    [all...]
InstCombineMulDivRem.cpp 50 if (I->isLogicalShift() && isKnownToBeAPowerOfTwo(I->getOperand(0))) {
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 168 milliseconds