Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h180 static APInt getNullValue(unsigned numBits) { return getZero(numBits); } in getNullValue() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1844 auto HexagonVectorCombine::getNullValue(Type *Ty) const -> Constant * { in getNullValue() function in HexagonVectorCombine
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp356 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant