Searched refs:tryFoldToZero (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1545 static SDValue tryFoldToZero(DebugLoc DL, const TargetLowering &TLI, EVT VT, in tryFoldToZero() function 1578 return tryFoldToZero(N->getDebugLoc(), TLI, VT, DAG, LegalOperations); in visitSUB() 3153 return tryFoldToZero(N->getDebugLoc(), TLI, VT, DAG, LegalOperations); in visitXOR()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1842 static SDValue tryFoldToZero(const SDLoc &DL, const TargetLowering &TLI, EVT VT, in tryFoldToZero() function 1870 return tryFoldToZero(SDLoc(N), TLI, VT, DAG, LegalOperations, LegalTypes); in visitSUB() 4250 return tryFoldToZero(SDLoc(N), TLI, VT, DAG, LegalOperations, LegalTypes); in visitXOR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2541 static SDValue tryFoldToZero(const SDLoc &DL, const TargetLowering &TLI, EVT VT, in tryFoldToZero() function 2570 return tryFoldToZero(DL, TLI, VT, DAG, LegalOperations, LegalTypes); in visitSUB() 6091 return tryFoldToZero(SDLoc(N), TLI, VT, DAG, LegalOperations, LegalTypes); in visitXOR()
|