Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h54 template <class InstT> bool hasNoSignedZeros(const InstT *Op) const { in hasNoSignedZeros() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp590 bool Instruction::hasNoSignedZeros() const { in hasNoSignedZeros() function in Instruction