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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp489 /// GetNegatedExpression - If isNegatibleForFree returns true, this function
491 static SDValue GetNegatedExpression(SDValue Op, SelectionDAG &DAG, function
499 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
516 GetNegatedExpression(Op.getOperand(0), DAG,
521 GetNegatedExpression(Op.getOperand(1), DAG,
546 GetNegatedExpression(Op.getOperand(0), DAG,
553 GetNegatedExpression(Op.getOperand(1), DAG,
559 GetNegatedExpression(Op.getOperand(0), DAG,
563 GetNegatedExpression(Op.getOperand(0), DAG,
6001 GetNegatedExpression(N
[all...]

Completed in 115 milliseconds