Searched defs:getAllOnesValue (Results 1 – 3 of 3) sorted by relevance
219 static APInt getAllOnesValue(unsigned numBits) { return getAllOnes(numBits); } in getAllOnesValue() function
5142 APFloat APFloat::getAllOnesValue(const fltSemantics &Semantics) { in getAllOnesValue() function in llvm::APFloat
403 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() function in Constant