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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp352 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
1115 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { function in class:DAGCombiner
1158 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
1173 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
1210 SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
1214 SDValue NN1 = PromoteOperand(N1, PVT, Replace1);
1281 N0 = PromoteOperand(N0, PVT, Replace);

Completed in 169 milliseconds