Lines Matching defs:semantic
2522 const llvm::fltSemantics &semantic =
2525 ? APFloat::getLargest(semantic, /*Negative=*/true)
2526 : APFloat::getInf(semantic, /*Negative=*/true);
2530 const llvm::fltSemantics &semantic =
2532 APFloat identity = APFloat::getNaN(semantic, /*Negative=*/true);
2549 const llvm::fltSemantics &semantic =
2552 ? APFloat::getLargest(semantic, /*Negative=*/false)
2553 : APFloat::getInf(semantic, /*Negative=*/false);
2558 const llvm::fltSemantics &semantic =
2560 APFloat identity = APFloat::getNaN(semantic, /*Negative=*/false);