Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp475 ElementCount StaticElemCount = VPI.getStaticVectorLength(); in discardEVLParameter() local
478 if (StaticElemCount.isScalable()) { in discardEVLParameter()
484 Value *FactorConst = Builder.getInt32(StaticElemCount.getKnownMinValue()); in discardEVLParameter()
489 MaxEVL = ConstantInt::get(Int32Ty, StaticElemCount.getFixedValue(), false); in discardEVLParameter()