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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp206 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
962 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { function in class:DAGCombiner
1006 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
1021 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
1056 SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
1066 NN1 = PromoteOperand(N1, PVT, Replace1);
1119 N0 = PromoteOperand(N0, PVT, Replace);

Completed in 83 milliseconds