Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DVectorBuilder.h47 ElementCount StaticVectorLength; variable
65 StaticVectorLength(ElementCount::getFixed(0)) {} in Builder()
82 StaticVectorLength = ElementCount::getFixed(NewFixedVL); in setStaticVL()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVectorBuilder.cpp36 auto *MaskTy = VectorType::get(BoolTy, StaticVectorLength); in getAllTrueMask()
51 assert(!StaticVectorLength.isScalable() && "TODO vscale lowering"); in requestEVL()
53 return *ConstantInt::get(IntTy, StaticVectorLength.getFixedValue()); in requestEVL()