Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h878 bool matchFPSelectToMinMax(Register Dst, Register Cond, Register TrueVal,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6085 bool CombinerHelper::matchFPSelectToMinMax(Register Dst, Register Cond, in matchFPSelectToMinMax() function in CombinerHelper
6153 return matchFPSelectToMinMax(Dst, Cond, TrueVal, FalseVal, MatchInfo); in matchSimplifySelectToMinMax()