Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp78 bool LookThruTrunc, bool AllowNonZeroC, in decomposeBitTestICmp() argument
169 if (!AllowNonZeroC && !Result.C.isZero()) in decomposeBitTestICmp()
189 bool AllowNonZeroC, in decomposeBitTest() argument
198 AllowNonZeroC, DecomposeAnd); in decomposeBitTest()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h110 bool LookThroughTrunc = true, bool AllowNonZeroC = false,
119 bool AllowNonZeroC = false, bool DecomposeAnd = false);