Searched refs:getVectorLValue (Results 1 – 2 of 2) sorted by relevance
239 bool getVectorLValue(LLVMBuilderRef builder, const Expression& e, LLVMValueRef out[CHANNELS]);
1395 bool JIT::getVectorLValue(LLVMBuilderRef builder, const Expression& e, in getVectorLValue() function in SkSL::JIT1407 if (!this->getVectorLValue(builder, *s.fBase, base)) { in getVectorLValue()1472 if (!this->getVectorLValue(builder, *b.fLeft, left)) { in compileVectorBinary()