Searched refs:tryFoldToZero (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3786 static SDValue tryFoldToZero(const SDLoc &DL, const TargetLowering &TLI, EVT VT, in tryFoldToZero() function 3811 return tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in visitSUB() 5914 ShOp = tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in hoistLogicOpWithSameOpcodeHands() 5927 ShOp = tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in hoistLogicOpWithSameOpcodeHands() 9563 return tryFoldToZero(DL, TLI, VT, DAG, LegalOperations); in visitXOR()
|