Searched refs:useBuiltIn (Results 1 – 1 of 1) sorted by relevance
928 bool useBuiltIn = VectorType::isValidElementType(elementType); in getVectorType() local929 (void)useBuiltIn; in getVectorType()930 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible fixed-vector type " in getVectorType()942 bool useBuiltIn = VectorType::isValidElementType(elementType); in getFixedVectorType() local943 (void)useBuiltIn; in getFixedVectorType()944 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible fixed-vector type " in getFixedVectorType()953 bool useBuiltIn = VectorType::isValidElementType(elementType); in getScalableVectorType() local954 (void)useBuiltIn; in getScalableVectorType()955 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible scalable-vector " in getScalableVectorType()