Searched refs:getVectorBinaryOperands (Results 1 – 2 of 2) sorted by relevance
245 bool getVectorBinaryOperands(LLVMBuilderRef builder, const Expression& left,
1420 bool JIT::getVectorBinaryOperands(LLVMBuilderRef builder, const Expression& left, in getVectorBinaryOperands() function in SkSL::JIT1449 if (!this->getVectorBinaryOperands(builder, *b.fLeft, left, *b.fRight, right)) { \ in compileVectorBinary()