Home
last modified time | relevance | path

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

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