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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp583 DAG.FoldConstantArithmetic(Opc, VT,
601 DAG.FoldConstantArithmetic(Opc, VT,
1400 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C);
1646 return DAG.FoldConstantArithmetic(ISD::SUB, VT, N0C, N1C);
1777 return DAG.FoldConstantArithmetic(ISD::MUL, VT, N0C, N1C);
1868 return DAG.FoldConstantArithmetic(ISD::SDIV, VT, N0C, N1C);
1952 return DAG.FoldConstantArithmetic(ISD::UDIV, VT, N0C, N1C);
1998 return DAG.FoldConstantArithmetic(ISD::SREM, VT, N0C, N1C);
2040 return DAG.FoldConstantArithmetic(ISD::UREM, VT, N0C, N1C);
2460 return DAG.FoldConstantArithmetic(IS
[all...]
H A DSelectionDAG.cpp2687 SDValue SelectionDAG::FoldConstantArithmetic(unsigned Opcode, EVT VT, function in class:SelectionDAG
3096 SDValue SV = FoldConstantArithmetic(Opcode, VT, N1.getNode(), N2.getNode());
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h995 /// FoldConstantArithmetic -
996 SDValue FoldConstantArithmetic(unsigned Opcode, EVT VT,

Completed in 208 milliseconds