Searched defs:SExtPromoteOperand (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp134 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
705 SExtPromoteOperand(Op.getOperand(0), PVT),
723 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { function in class:DAGCombiner
838 N0 = SExtPromoteOperand(Op.getOperand(0), PVT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp208 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
975 SExtPromoteOperand(Op.getOperand(0), PVT),
993 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { function in class:DAGCombiner
1108 N0 = SExtPromoteOperand(Op.getOperand(0), PVT);

Completed in 143 milliseconds