Home
last modified time | relevance | path

Searched refs:FMF2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2578 FastMathFlags FMF2 = cast<SelectInst>(Arg)->getFastMathFlags(); in visitCallInst() local
2579 FMF2.setNoSignedZeros(false); in visitCallInst()
2580 SI->setFastMathFlags(FMF1 | FMF2); in visitCallInst()