Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp663 Value *MaxEVL = nullptr; in discardEVLParameter() local
673 MaxEVL = Builder.CreateMul(VScale, FactorConst, "scalable_size", in discardEVLParameter()
676 MaxEVL = ConstantInt::get(Int32Ty, StaticElemCount.getFixedValue(), false); in discardEVLParameter()
678 VPI.setVectorLengthParam(MaxEVL); in discardEVLParameter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7979 SDValue MaxEVL = DAG.getElementCount(sdl, CountVT, in visitIntrinsicCall() local
7982 SDValue UMin = DAG.getNode(ISD::UMIN, sdl, CountVT, Count, MaxEVL); in visitIntrinsicCall()