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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp613 DAG.FoldConstantArithmetic(Opc, VT,
631 DAG.FoldConstantArithmetic(Opc, VT,
1427 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C);
1668 return DAG.FoldConstantArithmetic(ISD::SUB, VT, N0C, N1C);
1827 return DAG.FoldConstantArithmetic(ISD::MUL, VT, N0.getNode(), N1.getNode());
1932 return DAG.FoldConstantArithmetic(ISD::SDIV, VT, N0C, N1C);
2016 return DAG.FoldConstantArithmetic(ISD::UDIV, VT, N0C, N1C);
2062 return DAG.FoldConstantArithmetic(ISD::SREM, VT, N0C, N1C);
2104 return DAG.FoldConstantArithmetic(ISD::UREM, VT, N0C, N1C);
2524 return DAG.FoldConstantArithmetic(IS
[all...]
H A DSelectionDAG.cpp2777 SDValue SelectionDAG::FoldConstantArithmetic(unsigned Opcode, EVT VT, function in class:SelectionDAG
3187 SDValue SV = FoldConstantArithmetic(Opcode, VT, N1.getNode(), N2.getNode());
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1065 /// FoldConstantArithmetic -
1066 SDValue FoldConstantArithmetic(unsigned Opcode, EVT VT,

Completed in 146 milliseconds