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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp353 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
1133 if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT))
1152 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { function in class:DAGCombiner
1277 N0 = SExtPromoteOperand(N0, PVT);

Completed in 109 milliseconds