Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp262 Value *MaxEVL = nullptr; in discardEVLParameter() local
272 MaxEVL = Builder.CreateMul(VScale, FactorConst, "scalable_size", in discardEVLParameter()
275 MaxEVL = ConstantInt::get(Int32Ty, StaticElemCount.getFixedValue(), false); in discardEVLParameter()
277 VPI.setVectorLengthParam(MaxEVL); in discardEVLParameter()