Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp99 Value *IslExprBuilder::createBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, in createBinOp() function in IslExprBuilder
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1784 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp() function in spv::Builder
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp1784 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