Home
last modified time | relevance | path

Searched defs:getNullValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h568 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h432 static APInt getNullValue(unsigned numBits) { in getNullValue() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h465 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/external/llvm/include/llvm/ADT/
DAPInt.h461 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp81 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant
/external/llvm/lib/IR/
DConstants.cpp195 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp268 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant