Searched refs:compileSwizzle (Results 1 – 4 of 4) sorted by relevance
172 LLVMValueRef compileSwizzle(LLVMBuilderRef builder, const Swizzle& s);
972 LLVMValueRef JIT::compileSwizzle(LLVMBuilderRef builder, const Swizzle& s) { in compileSwizzle() function in SkSL::JIT1052 return this->compileSwizzle(builder, (Swizzle&) expr); in compileExpression()