Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53080 SDValue LHSOut = LHS; in combineSetCC() local
53088 LHSOut = NewLHS; in combineSetCC()
53104 LHSOut = NewLHS; in combineSetCC()
53120 if (SDValue R = truncateAVX512SetCCNoBWI(VT, OpVT, LHSOut, RHSOut, in combineSetCC()
53123 return DAG.getSetCC(DL, VT, LHSOut, RHSOut, NewCC); in combineSetCC()