Home
last modified time | relevance | path

Searched defs:getSignBit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFPRange.cpp322 std::optional<bool> ConstantFPRange::getSignBit() const { in getSignBit() function in ConstantFPRange
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h84 uint64_t getSignBit() const { in getSignBit() function