Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp80 return (CmpLHS == TrueVal) ? SPF_ABS : SPF_NABS; in MatchSelectPattern()
86 return (CmpLHS == FalseVal) ? SPF_ABS : SPF_NABS; in MatchSelectPattern()
819 if (SPF1 == SPF2 && (SPF1 == SPF_ABS || SPF1 == SPF_NABS)) { in FoldSPFofSPF()
825 if ((SPF1 == SPF_ABS && SPF2 == SPF_NABS) || in FoldSPFofSPF()
826 (SPF1 == SPF_NABS && SPF2 == SPF_ABS)) { in FoldSPFofSPF()
DInstCombineInternal.h50 SPF_NABS enumerator