Searched refs:SPF_NABS (Results 1 – 3 of 3) sorted by relevance
406 SPF_NABS /// Negated absolute value enumerator428 return !(SPF == SPF_UNKNOWN || SPF == SPF_ABS || SPF == SPF_NABS); in isMinOrMax()
703 if (SPF1 == SPF2 && (SPF1 == SPF_ABS || SPF1 == SPF_NABS)) { in FoldSPFofSPF()709 if ((SPF1 == SPF_ABS && SPF2 == SPF_NABS) || in FoldSPFofSPF()710 (SPF1 == SPF_NABS && SPF2 == SPF_ABS)) { in FoldSPFofSPF()
3811 return {(CmpLHS == TrueVal) ? SPF_ABS : SPF_NABS, SPNB_NA, false}; in matchSelectPattern()3817 return {(CmpLHS == FalseVal) ? SPF_ABS : SPF_NABS, SPNB_NA, false}; in matchSelectPattern()