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.cpp2602 bool LocalDoesConsume = DoesConsume; in getFreelyInvertedImpl() local
2604 LocalDoesConsume, Depth)) in getFreelyInvertedImpl()
2607 LocalDoesConsume, Depth)) { in getFreelyInvertedImpl()
2608 DoesConsume = LocalDoesConsume; in getFreelyInvertedImpl()
2624 bool LocalDoesConsume = DoesConsume; in getFreelyInvertedImpl() local
2630 /*Builder=*/nullptr, LocalDoesConsume, MaxAnalysisRecursionDepth - 1); in getFreelyInvertedImpl()
2640 DoesConsume = LocalDoesConsume; in getFreelyInvertedImpl()
2673 bool LocalDoesConsume = DoesConsume; in getFreelyInvertedImpl() local
2675 LocalDoesConsume, Depth)) in getFreelyInvertedImpl()
2678 LocalDoesConsume, Depth)) { in getFreelyInvertedImpl()
[all …]