Searched refs:foldLogicOfSetCCs (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 549 SDValue foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, 4946 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs() function in DAGCombiner 5104 if (SDValue V = foldLogicOfSetCCs(true, N0, N1, DL)) in visitANDLike() 6286 if (SDValue V = foldLogicOfSetCCs(false, N0, N1, DL)) in visitORLike()
|