Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp529 const ConstantFP *CNum = dyn_cast<ConstantFP>(Num); in shouldKeepFDivF32() local
530 if (!CNum) in shouldKeepFDivF32()
536 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32()