Searched defs:HasOTCInc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10065 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant && local
10069 ((MaySplitLoadIndex && !HasOTCInc) || !N->hasAnyUseOfValue(1))) {
10072 if (N->hasAnyUseOfValue(1) && MaySplitLoadIndex && !HasOTCInc) {

Completed in 211 milliseconds