Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp4747 unsigned LHSOpc = LHSInst->getOpcode(); in matchNarrowBinopFeedingAnd() local
4748 switch (LHSOpc) { in matchNarrowBinopFeedingAnd()
4791 Builder.buildInstr(LHSOpc, {NarrowTy}, {NarrowLHS, NarrowRHS}); in matchNarrowBinopFeedingAnd()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp11247 unsigned LHSOpc = LHS.getOpcode(); in performAddCarrySubCarryCombine() local
11249 if ((LHSOpc == ISD::ADD && Opc == ISD::ADDCARRY) || in performAddCarrySubCarryCombine()
11250 (LHSOpc == ISD::SUB && Opc == ISD::SUBCARRY)) { in performAddCarrySubCarryCombine()