Searched refs:tryFoldToZero (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 3435 static SDValue tryFoldToZero(const SDLoc &DL, const TargetLowering &TLI, EVT VT, in tryFoldToZero() function 3459 return tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in visitSUB() 5461 ShOp = tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in hoistLogicOpWithSameOpcodeHands() 5474 ShOp = tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in hoistLogicOpWithSameOpcodeHands() 8841 return tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in visitXOR()
|