Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp397 static bool shouldKeepFDivF32(Value *Num, bool UnsafeDiv, bool HasDenormals) { in shouldKeepFDivF32() function
459 if (shouldKeepFDivF32(NumEltI, UnsafeDiv, HasDenormals)) { in visitFDiv()
468 if (!shouldKeepFDivF32(Num, UnsafeDiv, HasDenormals)) in visitFDiv()