Searched refs:isSignedCmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1818 bool isSignedCmp = ICI.isSigned(); local
1837 if (isSignedCmp && isSignedExt)
1863 if (isSignedExt && isSignedCmp)
1875 if (isSignedCmp || !isSignedExt)

Completed in 94 milliseconds