Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp382 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
1229 if (SDValue Op0 = ZExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand()
1261 SDValue DAGCombiner::ZExtPromoteOperand(SDValue Op, EVT PVT) { in ZExtPromoteOperand() function in DAGCombiner
1374 N0 = ZExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()