Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h405 SPF_ABS, /// Absolute value enumerator
428 return !(SPF == SPF_UNKNOWN || SPF == SPF_ABS || SPF == SPF_NABS); in isMinOrMax()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp703 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()
/external/llvm/lib/Analysis/
DValueTracking.cpp3811 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()