Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h72 void setSaturated(bool Saturated) { IsSaturated = Saturated; } in setSaturated()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp455 bool Saturated = Cost.addLocalCost(InstrMapping.getCost()); in computeMapping() local