Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2832 bool LocalDoesConsume = DoesConsume; in getFreelyInvertedImpl() local
2834 LocalDoesConsume, Depth)) in getFreelyInvertedImpl()
2837 LocalDoesConsume, Depth)) { in getFreelyInvertedImpl()
2838 DoesConsume = LocalDoesConsume; in getFreelyInvertedImpl()
2854 bool LocalDoesConsume = DoesConsume; in getFreelyInvertedImpl() local
2860 /*Builder=*/nullptr, LocalDoesConsume, MaxAnalysisRecursionDepth - 1); in getFreelyInvertedImpl()
2870 DoesConsume = LocalDoesConsume; in getFreelyInvertedImpl()
2903 bool LocalDoesConsume = DoesConsume; in getFreelyInvertedImpl() local
2905 LocalDoesConsume, Depth)) in getFreelyInvertedImpl()
2908 LocalDoesConsume, Depth)) { in getFreelyInvertedImpl()
[all …]