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 398 return getAllOnesValue(numBits);
403 APInt API = getAllOnesValue(numBits);
429 static APInt getAllOnesValue(unsigned numBits) {
488 return getAllOnesValue(numBits).shl(shiftAmt);
505 return getAllOnesValue(numBits).lshr(numBits - loBitsSet);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 166 Constant *Constant::getAllOnesValue(Type *Ty) {
169 APInt::getAllOnesValue(ITy->getBitWidth()));
172 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
179 getAllOnesValue(VTy->getElementType()));
    [all...]

Completed in 27 milliseconds