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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp185 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
852 ZExtPromoteOperand(Op.getOperand(0), PVT),
883 SDValue DAGCombiner::ZExtPromoteOperand(SDValue Op, EVT PVT) { function in class:DAGCombiner
983 N0 = ZExtPromoteOperand(Op.getOperand(0), PVT);

Completed in 323 milliseconds