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

  /external/llvm/include/llvm/ADT/
APInt.h 449 /// getOneBitSet - Return an APInt with exactly one bit set in the result.
450 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 320 APInt CM = APInt::getOneBitSet(Bitwidth, CarmichaelShift(Bitwidth));
    [all...]

Completed in 83 milliseconds