Searched defs:isSaturated (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFixedPoint.h | 69 bool isSaturated() const { return IsSaturated; } isSaturated() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | AbstractBasicReader.h | 185 bool isSaturated = tmp & 0x2; in readFixedPointSemantics() local |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | RegBankSelect.cpp | 1001 bool RegBankSelect::MappingCost::isSaturated() const { isSaturated() function in RegBankSelect::MappingCost |