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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp184 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
848 SExtPromoteOperand(Op.getOperand(0), PVT),
866 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { function in class:DAGCombiner
981 N0 = SExtPromoteOperand(Op.getOperand(0), PVT);

Completed in 728 milliseconds