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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp445 /// isNegatibleForFree - Return 1 if we can compute the negated form of the
448 static char isNegatibleForFree(SDValue Op, bool LegalOperations, function
477 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
481 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
495 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
499 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
505 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options,
510 /// GetNegatedExpression - If isNegatibleForFree returns true, this function
520 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
533 if (isNegatibleForFree(O
[all...]

Completed in 90 milliseconds