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 423 return getAllOnesValue(numBits);
428 APInt API = getAllOnesValue(numBits);
454 static APInt getAllOnesValue(unsigned numBits) {
523 return getAllOnesValue(numBits).shl(shiftAmt);
542 return getAllOnesValue(numBits).lshr(numBits - loBitsSet);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 230 Constant *Constant::getAllOnesValue(Type *Ty) {
233 APInt::getAllOnesValue(ITy->getBitWidth()));
236 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
243 getAllOnesValue(VTy->getElementType()));
    [all...]

Completed in 41 milliseconds