Searched defs:isExactlyValue (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 319 bool isExactlyValue(double V) const { isExactlyValue() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1278 bool isExactlyValue(double V) const { isExactlyValue() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 1043 bool ConstantFP::isExactlyValue(const APFloat &V) const { isExactlyValue() function in ConstantFP |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 122 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const { isExactlyValue() function in ConstantFPSDNode |