Searched refs:CNum (Results 1 – 1 of 1) sorted by relevance
397 const ConstantFP *CNum = dyn_cast<ConstantFP>(Num); in shouldKeepFDivF32() local398 if (!CNum) in shouldKeepFDivF32()404 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32()