Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h566 static APInt getAllOnesValue(unsigned numBits) { in getAllOnesValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h458 static APInt getAllOnesValue(unsigned numBits) { in getAllOnesValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4550 APFloat APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) { in getAllOnesValue() function in llvm::APFloat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp372 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() function in Constant