HomeSort by relevance Sort by last modified time
    Searched refs:GetNegatedExpression (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 418 /// GetNegatedExpression - If isNegatibleForFree returns true, this function
420 static SDValue GetNegatedExpression(SDValue Op, SelectionDAG &DAG,
428 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
443 GetNegatedExpression(Op.getOperand(0), DAG,
448 GetNegatedExpression(Op.getOperand(1), DAG,
471 GetNegatedExpression(Op.getOperand(0), DAG,
478 GetNegatedExpression(Op.getOperand(1), DAG,
484 GetNegatedExpression(Op.getOperand(0), DAG,
488 GetNegatedExpression(Op.getOperand(0), DAG,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 649 static SDValue GetNegatedExpression(SDValue Op, SelectionDAG &DAG,
658 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
677 GetNegatedExpression(Op.getOperand(0), DAG,
682 GetNegatedExpression(Op.getOperand(1), DAG,
706 GetNegatedExpression(Op.getOperand(0), DAG,
713 GetNegatedExpression(Op.getOperand(1), DAG,
719 GetNegatedExpression(Op.getOperand(0), DAG,
723 GetNegatedExpression(Op.getOperand(0), DAG,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 749 static SDValue GetNegatedExpression(SDValue Op, SelectionDAG &DAG,
755 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
773 GetNegatedExpression(Op.getOperand(0), DAG,
778 GetNegatedExpression(Op.getOperand(1), DAG,
    [all...]

Completed in 884 milliseconds