Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7187 unsigned CmpCodeR = getFCmpCode(PredR); in tryFoldLogicOfFCmps() local
7188 unsigned NewPred = IsAnd ? CmpCodeL & CmpCodeR : CmpCodeL | CmpCodeR; in tryFoldLogicOfFCmps()