Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp928 bool useBuiltIn = VectorType::isValidElementType(elementType); in getVectorType() local
929 (void)useBuiltIn; in getVectorType()
930 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible fixed-vector type " in getVectorType()
942 bool useBuiltIn = VectorType::isValidElementType(elementType); in getFixedVectorType() local
943 (void)useBuiltIn; in getFixedVectorType()
944 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible fixed-vector type " in getFixedVectorType()
953 bool useBuiltIn = VectorType::isValidElementType(elementType); in getScalableVectorType() local
954 (void)useBuiltIn; in getScalableVectorType()
955 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible scalable-vector " in getScalableVectorType()