Home
last modified time | relevance | path

Searched defs:LegalOperations (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp91 bool LegalOperations; member in __anon30738dc30111::DAGCombiner
491 static char isNegatibleForFree(SDValue Op, bool LegalOperations, in isNegatibleForFree()
555 bool LegalOperations, unsigned Depth = 0) { in GetNegatedExpression()
1774 bool LegalOperations, bool LegalTypes) { in tryFoldToZero()
5138 bool LegalOperations) { in tryToFoldExtendOfConstant()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2108 bool LegalOperations() const { return LegalOps; } in LegalOperations() function