Searched refs:foldLogicOfSetCCs (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 411 SDValue foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, 3821 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs() function in DAGCombiner 3952 if (SDValue V = foldLogicOfSetCCs(true, N0, N1, DL)) in visitANDLike() 4955 if (SDValue V = foldLogicOfSetCCs(false, N0, N1, DL)) in visitORLike()
|