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

  /external/llvm/lib/Analysis/
ValueTracking.cpp 81 /// isKnownToBeAPowerOfTwo (all of which can call computeKnownBits), and so
159 static bool isKnownToBeAPowerOfTwo(Value *V, bool OrZero, unsigned Depth,
162 bool llvm::isKnownToBeAPowerOfTwo(Value *V, const DataLayout &DL, bool OrZero,
166 return ::isKnownToBeAPowerOfTwo(V, OrZero, Depth,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 343 milliseconds