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