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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 50 /// isKnownToBeAPowerOfTwo - Return true if the given value is known to have
55 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 42 isKnownToBeAPowerOfTwo(PowerOf2)) {
50 if (I->isLogicalShift() && isKnownToBeAPowerOfTwo(I->getOperand(0))) {
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]

Completed in 371 milliseconds