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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 48 /// isKnownToBeAPowerOfTwo - Return true if the given value is known to have
53 bool isKnownToBeAPowerOfTwo(Value *V, bool OrZero = false, unsigned Depth = 0);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 40 isKnownToBeAPowerOfTwo(PowerOf2)) {
48 if (I->isLogicalShift() && isKnownToBeAPowerOfTwo(I->getOperand(0))) {
    [all...]

Completed in 131 milliseconds