Searched refs:useLLVM (Results 1 – 1 of 1) sorted by relevance
927 bool useLLVM = LLVMFixedVectorType::isValidElementType(elementType); in getVectorType() local930 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible fixed-vector type " in getVectorType()932 if (useLLVM) { in getVectorType()941 bool useLLVM = LLVMFixedVectorType::isValidElementType(elementType); in getFixedVectorType() local944 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible fixed-vector type " in getFixedVectorType()946 if (useLLVM) in getFixedVectorType()952 bool useLLVM = LLVMScalableVectorType::isValidElementType(elementType); in getScalableVectorType() local955 assert((useLLVM ^ useBuiltIn) && "expected LLVM-compatible scalable-vector " in getScalableVectorType()958 if (useLLVM) in getScalableVectorType()