Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53554 bool InvertCC = false; in combineStore() local
53557 InvertCC = true; in combineStore()
53563 SDValue Src = DAG.getAnyExtOrTrunc(Cmov.getOperand(!InvertCC), dl, VT); in combineStore()
53564 if (InvertCC) in combineStore()