Home
last modified time | relevance | path

Searched defs:MinMaxOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp698 VPValue *MinMaxOp = GetMinMaxCompareValue(RedPhiR); in handleMaxMinNumReductions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1358 Value *MinMaxOp = nullptr; in factorizeMinMaxTree() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29324 X86ISD::NodeType MinMaxOp; in LowerFMINIMUM_FMAXIMUM() local
55175 auto MinMaxOp = N->getOpcode() == ISD::FMAXNUM ? X86ISD::FMAX : X86ISD::FMIN; in combineFMinNumFMaxNum() local