Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h219 static APInt getAllOnesValue(unsigned numBits) { return getAllOnes(numBits); } in getAllOnesValue() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp5142 APFloat APFloat::getAllOnesValue(const fltSemantics &Semantics) { in getAllOnesValue() function in llvm::APFloat
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp403 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() function in Constant