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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp151 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
752 ZExtPromoteOperand(Op.getOperand(0), PVT),
783 SDValue DAGCombiner::ZExtPromoteOperand(SDValue Op, EVT PVT) { function in class:DAGCombiner
883 N0 = ZExtPromoteOperand(Op.getOperand(0), PVT);

Completed in 94 milliseconds