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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp510 /// GetNegatedExpression - If isNegatibleForFree returns true, this function
512 static SDValue GetNegatedExpression(SDValue Op, SelectionDAG &DAG, function
520 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
537 GetNegatedExpression(Op.getOperand(0), DAG,
542 GetNegatedExpression(Op.getOperand(1), DAG,
567 GetNegatedExpression(Op.getOperand(0), DAG,
574 GetNegatedExpression(Op.getOperand(1), DAG,
580 GetNegatedExpression(Op.getOperand(0), DAG,
584 GetNegatedExpression(Op.getOperand(0), DAG,
6490 GetNegatedExpression(N
[all...]

Completed in 105 milliseconds