Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp378 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
1291 if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand()
1310 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand() function in DAGCombiner
1437 N0 = SExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()