Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20899 bool IsStrictCmp = Cmp.getOpcode() == X86ISD::STRICT_FCMP || in ConvertCmpIfNecessary() local
20902 if (Subtarget.hasCMov() || (!IsCmp && !IsStrictCmp) || in ConvertCmpIfNecessary()
20903 !Cmp.getOperand(IsStrictCmp ? 1 : 0).getValueType().isFloatingPoint() || in ConvertCmpIfNecessary()
20904 !Cmp.getOperand(IsStrictCmp ? 2 : 1).getValueType().isFloatingPoint()) in ConvertCmpIfNecessary()