Searched refs:PromoteOperand (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 380 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 1207 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() function in DAGCombiner 1250 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand() 1265 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand() 1302 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp() 1306 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp() 1376 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
|