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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp183 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
828 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { function in class:DAGCombiner
872 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
887 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
922 SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
932 NN1 = PromoteOperand(N1, PVT, Replace1);
985 N0 = PromoteOperand(N0, PVT, Replace);

Completed in 58 milliseconds