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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14332 bool CanSplitIdx = canSplitIdx(LD); local
14334 if (!N->hasAnyUseOfValue(0) && (CanSplitIdx || !N->hasAnyUseOfValue(1))) {
14337 if (N->hasAnyUseOfValue(1) && CanSplitIdx) {

Completed in 204 milliseconds