Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp377 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
1273 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() function in DAGCombiner
1316 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand()
1331 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand()
1368 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp()
1372 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp()
1441 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()