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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp755 unsigned ExtOpc = local
757 return DAG.getNode(ExtOpc, dl, PVT, Op);
4256 unsigned ExtOpc,
4270 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
4272 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))
4255 ExtendUsesToFormExtLoad(SDNode *N, SDValue N0, unsigned ExtOpc, SmallVector<SDNode*, 4> &ExtendNodes, const TargetLowering &TLI) argument

Completed in 195 milliseconds