Home
last modified time | relevance | path

Searched defs:createBinOp (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1556 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp() function in spv::Builder
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4153 static Value *createBinOp(IRBuilder<> &Builder, unsigned Opcode, Value *L, in createBinOp() function in HorizontalReduction