Home
last modified time | relevance | path

Searched refs:getSignBit (Results 1 – 3 of 3) sorted by relevance

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