Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9194 SDValue ExtEVL = DAG.getZExtOrTrunc(EVL, DL, ResVT); in expandVPCTTZElements() local
9195 SDValue Splat = DAG.getSplat(ResVecVT, DL, ExtEVL); in expandVPCTTZElements()
9199 return DAG.getNode(ISD::VP_REDUCE_UMIN, DL, ResVT, ExtEVL, Select, Mask, EVL); in expandVPCTTZElements()