Home
last modified time | relevance | path

Searched refs:shouldKeepFDivF32 (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.cpp528 static bool shouldKeepFDivF32(Value *Num, bool UnsafeDiv, bool HasDenormals) { in shouldKeepFDivF32() function
589 if (shouldKeepFDivF32(NumEltI, UnsafeDiv, HasFP32Denormals)) { in visitFDiv()
598 if (!shouldKeepFDivF32(Num, UnsafeDiv, HasFP32Denormals)) in visitFDiv()