Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8679 bool RHSSafe = isKnownNonNaN(CmpRHS, FMF); in matchSelectPattern() local
8681 if (LHSSafe && RHSSafe) { in matchSelectPattern()
8692 else if (RHSSafe) in matchSelectPattern()
8704 else if (RHSSafe) in matchSelectPattern()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6636 bool RHSSafe = isKnownNeverNaN(RHS, MRI); in computeRetValAgainstNaN() local
6638 if (!LHSSafe && !RHSSafe) in computeRetValAgainstNaN()
6640 if (LHSSafe && RHSSafe) in computeRetValAgainstNaN()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1614 bool RHSSafe = IsSingleCodeUnitCP(RHSType, RHSValue); in CheckUnicodeArithmeticConversions() local
1615 if (LHSSafe && RHSSafe) in CheckUnicodeArithmeticConversions()