Home
last modified time | relevance | path

Searched defs:getAllOnesValue (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h449 static APInt getAllOnesValue(unsigned numBits) { in getAllOnesValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3351 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue() function in APFloat
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp230 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() function in Constant