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

  /external/llvm/include/llvm/ADT/
APInt.h 419 return getAllOnesValue(numBits);
424 APInt API = getAllOnesValue(numBits);
450 static APInt getAllOnesValue(unsigned numBits) {
519 return getAllOnesValue(numBits).shl(shiftAmt);
538 return getAllOnesValue(numBits).lshr(numBits - loBitsSet);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 163 Constant *Constant::getAllOnesValue(Type *Ty) {
166 APInt::getAllOnesValue(ITy->getBitWidth()));
169 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
176 getAllOnesValue(VTy->getElementType()));
    [all...]

Completed in 381 milliseconds