Home
last modified time | relevance | path

Searched refs:vecSize (Results 1 – 25 of 28) sorted by relevance

12

/external/eigen/Eigen/src/Core/
DMapBase.h157 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase() argument
159 m_rows(RowsAtCompileTime == Dynamic ? vecSize : Index(RowsAtCompileTime)), in MapBase()
160 m_cols(ColsAtCompileTime == Dynamic ? vecSize : Index(ColsAtCompileTime)) in MapBase()
163 eigen_assert(vecSize >= 0); in MapBase()
164 eigen_assert(dataPtr == 0 || SizeAtCompileTime == Dynamic || SizeAtCompileTime == vecSize); in MapBase()
280 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase() argument
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
120 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateVertexShader()
157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
158 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateVertexShader()
198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local
199 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateGeometryShader()
237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local
238 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateGeometryShader()
313 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
314 …const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UIN… in generateFragShaderOutputDecl()
[all …]
DglsUniformBlockCase.cpp425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local
428 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140BaseAlignment()
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140Layout() local
492 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout() local
542 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
630 int vecSize = scalarSize / numVecs; in generateValue() local
644 for (int compNdx = 0; compNdx < vecSize; compNdx++) in generateValue()
1841 int vecSize = numComps*compSize; in checkLayoutBounds() local
1851 maxOffset = de::max(maxOffset, vecSize); in checkLayoutBounds()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1785 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1787 … const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1799 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1803 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1829 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1833 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1863 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1867 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1895 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1899 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
Des3fShaderCommonFunctionTests.cpp792 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local
793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
873 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local
874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
952 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local
953 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase()
954 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1031 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local
1032 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
1654 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp870 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local
871 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
953 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local
954 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
1035 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local
1036 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase()
1037 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1114 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local
1115 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
1743 const int vecSize = glu::getDataTypeScalarSize(baseType); in FrexpCase() local
[all …]
Des31fShaderIntegerFunctionTests.cpp918 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitCountCase() local
919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase()
978 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindLSBCase() local
979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase()
1056 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindMSBCase() local
1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindMSBCase()
1128 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
1138 …group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::… in addFunctionCases()
Des31fSSBOLayoutCase.cpp382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local
384 …const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Al… in computeStd140BaseAlignment()
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local
425 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeStd430BaseAlignment()
633 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local
637 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
741 const int vecSize = scalarSize / numVecs; in generateValue() local
760 for (int compNdx = 0; compNdx < vecSize; compNdx++) in generateValue()
2565 const int vecSize = numComps*compSize; in checkLayoutBounds() local
2575 maxOffset = de::max(maxOffset, vecSize); in checkLayoutBounds()
[all …]
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1005 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec() argument
1007 return getDataTypeVector(TYPE_FLOAT, vecSize); in getDataTypeFloatVec()
1010 DataType getDataTypeIntVec (int vecSize) in getDataTypeIntVec() argument
1012 return getDataTypeVector(TYPE_INT, vecSize); in getDataTypeIntVec()
1015 DataType getDataTypeUintVec (int vecSize) in getDataTypeUintVec() argument
1017 return getDataTypeVector(TYPE_UINT, vecSize); in getDataTypeUintVec()
1020 DataType getDataTypeBoolVec (int vecSize) in getDataTypeBoolVec() argument
1022 return getDataTypeVector(TYPE_BOOL, vecSize); in getDataTypeBoolVec()
DgluShaderUtil.hpp256 DataType getDataTypeFloatVec (int vecSize);
257 DataType getDataTypeIntVec (int vecSize);
258 DataType getDataTypeUintVec (int vecSize);
259 DataType getDataTypeBoolVec (int vecSize);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp427 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
434 …group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), g… in addFunctionCases()
1079 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local
1080 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
1177 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local
1178 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
1250 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local
1251 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase()
1252 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1352 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local
[all …]
DvktShaderExecutor.cpp226 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
227 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateVertexShader()
291 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local
292 … const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateVertexShader()
325 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
326 …const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UIN… in generateFragShaderOutputDecl()
334 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
335 const glu::DataType intBasicType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateFragShaderOutputDecl()
343 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local
345 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl()
[all …]
DvktShaderIntegerFunctionTests.cpp295 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
305 …group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), g… in addFunctionCases()
1147 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitCountCase() local
1148 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase()
1211 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindLSBCase() local
1212 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase()
1275 const int vecSize = glu::getDataTypeScalarSize(baseType); in findMSBCase() local
1276 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in findMSBCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1879 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1881 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOA… in init()
1894 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1898 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1924 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1928 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1954 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
1958 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp396 int vecSize = in computeStd140BaseAlignment() local
399 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140BaseAlignment()
461 int vecSize = in computeStd140Layout() local
465 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
511 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) : in computeStd140Layout() local
515 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
609 int vecSize = scalarSize / numVecs; in generateValue() local
623 for (int compNdx = 0; compNdx < vecSize; compNdx++) in generateValue()
1810 int vecSize = numComps * compSize; in checkLayoutBounds() local
1820 maxOffset = de::max(maxOffset, vecSize); in checkLayoutBounds()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp336 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local
338 …const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Al… in computeStd140BaseAlignment()
377 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local
379 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeStd430BaseAlignment()
414 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeRelaxedBlockBaseAlignment() local
416 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeRelaxedBlockBaseAlignment()
506 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeReferenceLayout() local
508 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
563 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local
565 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp629 const int vecSize = getDataTypeScalarSize(vecType); in computeStd140Layout() local
630 const int alignment = ((isMatrix || vecSize == 3) ? 4 : vecSize)*int(sizeof(deUint32)); in computeStd140Layout()
634 layout.size += alignment*(numVecs-1) + vecSize*int(sizeof(deUint32)); in computeStd140Layout()
651 const int vecSize = getDataTypeScalarSize(vecType); in computeStd430Layout() local
652 const int alignment = (vecSize == 3 ? 4 : vecSize)*int(sizeof(deUint32)); in computeStd430Layout()
656 layout.size += alignment*(numVecs-1) + vecSize*int(sizeof(deUint32)); in computeStd430Layout()
1008 const int vecSize = isDataTypeMatrix(basicType) in getVertexAttributeDescriptions() local
1012 const vk::VkFormat vecFmt = getVecFormat(scalarType, vecSize); in getVertexAttributeDescriptions()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp421 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local
423 …const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Al… in computeStd140BaseAlignment()
462 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local
464 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeStd430BaseAlignment()
499 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeRelaxedBlockBaseAlignment() local
501 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeRelaxedBlockBaseAlignment()
593 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeReferenceLayout() local
595 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
650 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local
652 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp471 …rseContextBase::parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int vecSize, in parseSwizzleSelector() argument
549 if (selector[i] >= vecSize) { in parseSwizzleSelector()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c685 int16_t vecSize; in WebRtcIsac_Poly2LarUB() local
688 vecSize = UB_LPC_ORDER; in WebRtcIsac_Poly2LarUB()
705 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize); in WebRtcIsac_Poly2LarUB()
706 WebRtcIsac_Poly2Rc(poly, vecSize, rc); in WebRtcIsac_Poly2LarUB()
707 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize); in WebRtcIsac_Poly2LarUB()
708 ptrIO += vecSize; in WebRtcIsac_Poly2LarUB()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h116 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, const TSourceLoc &line);
/external/clang/lib/Sema/
DSemaType.cpp2302 llvm::APSInt vecSize(32); in BuildExtVectorType() local
2303 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { in BuildExtVectorType()
2312 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType()
6313 llvm::APSInt vecSize(32); in HandleVectorSizeAttr() local
6315 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) { in HandleVectorSizeAttr()
6332 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8); in HandleVectorSizeAttr()
6489 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
6490 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp782 const int vecSize = index->getType().getVectorSize(); in makeIntegerIndex() local
790 … return intermediate.addConversion(EOpConstructUint, TType(EbtUint, EvqTemporary, vecSize), index); in makeIntegerIndex()
5007 const int vecSize = argValue->getType().getVectorSize(); in decomposeIntrinsic() local
5010 switch (vecSize) { in decomposeIntrinsic()
5019 TIntermAggregate* result = (vecSize > 1) ? new TIntermAggregate(constructOp) : nullptr; in decomposeIntrinsic()
5022 result->setType(TType(EbtFloat, EvqTemporary, vecSize)); in decomposeIntrinsic()
5026 for (int idx = 0; idx < vecSize; ++idx) { in decomposeIntrinsic()
5058 const int vecSize = argValue->getType().getVectorSize(); in decomposeIntrinsic() local
5061 switch (vecSize) { in decomposeIntrinsic()
5070 TIntermAggregate* result = (vecSize > 1) ? new TIntermAggregate(constructOp) : nullptr; in decomposeIntrinsic()
[all …]
DhlslGrammar.cpp872 TIntermTyped* vecSize; in acceptVectorTemplateType() local
873 if (! acceptLiteral(vecSize)) in acceptVectorTemplateType()
876 const int vecSizeI = vecSize->getAsConstantUnion()->getConstArray()[0].getIConst(); in acceptVectorTemplateType()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1240 unsigned vecSize = CI->getOperand(1)->getType()->getVectorNumElements(); in expandOCLBuiltinWithScalarArg() local
1243 NewVec = ConstantVector::getSplat(vecSize, CA); in expandOCLBuiltinWithScalarArg()
1245 NewVec = ConstantVector::getSplat(vecSize, in expandOCLBuiltinWithScalarArg()
1250 ConstantVector::getSplat(vecSize, getInt32(M, 0)), "", CI); in expandOCLBuiltinWithScalarArg()

12