Searched refs:FMF2 (Results 1 – 1 of 1) sorted by relevance
2578 FastMathFlags FMF2 = cast<SelectInst>(Arg)->getFastMathFlags(); in visitCallInst() local2579 FMF2.setNoSignedZeros(false); in visitCallInst()2580 SI->setFastMathFlags(FMF1 | FMF2); in visitCallInst()