Home
last modified time | relevance | path

Searched refs:MatchGeneric (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49111 auto MatchGeneric = [&](SDValue N0, SDValue N1, bool Negate) { in combineX86AddSub() local
49121 MatchGeneric(LHS, RHS, false); in combineX86AddSub()
49122 MatchGeneric(RHS, LHS, X86ISD::SUB == N->getOpcode()); in combineX86AddSub()