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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2368 bool HasChainIn = Op->getOperand(0).getValueType() == MVT::Other; local
2369 SDValue Chain = HasChainIn ? Op->getOperand(0) : DAG.getEntryNode();
2374 Op->getOperand(1 + HasChainIn),
2377 Op->getOperand(1 + HasChainIn),
2384 Ops.append(Op->op_begin() + HasChainIn + 2, Op->op_end());
2388 Ops.append(Op->op_begin() + HasChainIn + 1, Op->op_end());
2403 if (!HasChainIn)

Completed in 118 milliseconds