Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h454 static APInt getAllOnesValue(unsigned numBits) { in getAllOnesValue() function
/external/llvm/lib/Support/
DAPFloat.cpp3372 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue() function in APFloat
/external/llvm/lib/IR/
DConstants.cpp250 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() function in Constant