Searched refs:fFloat32Vector4Type (Results 1 – 2 of 2) sorted by relevance
326 LLVMTypeRef fFloat32Vector4Type; variable
120 fFloat32Vector4Type = LLVMVectorType(fFloat32Type, 4); in JIT()189 this->addBuiltinFunction("clamp", "sksl_clamp4", fFloat32Vector4Type, { fFloat32Vector4Type, in loadBuiltinFunctions()260 return fFloat32Vector4Type; in getType()1276 LLVMValueRef color = LLVMBuildAlloca(builder, fFloat32Vector4Type, "color"); in compileStageFunctionLoop()1298 LLVMValueRef vec = LLVMGetUndef(fFloat32Vector4Type); in compileStageFunctionLoop()