Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp397 const ConstantFP *CNum = dyn_cast<ConstantFP>(Num); in shouldKeepFDivF32() local
398 if (!CNum) in shouldKeepFDivF32()
404 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32()