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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
726 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { function in class:DAGCombiner
772 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
787 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
822 SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
832 NN1 = PromoteOperand(N1, PVT, Replace1);
885 N0 = PromoteOperand(N0, PVT, Replace);

Completed in 135 milliseconds