Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4100 VectorizedTree = createBinOp(Builder, ReductionOpcode, VectorizedTree, in tryToReduce()
4111 VectorizedTree = createBinOp(Builder, ReductionOpcode, VectorizedTree, in tryToReduce()
4153 static Value *createBinOp(IRBuilder<> &Builder, unsigned Opcode, Value *L, in createBinOp() function in HorizontalReduction
4179 TmpVec = createBinOp(Builder, ReductionOpcode, LeftShuf, RightShuf, in emitReduction()
4186 TmpVec = createBinOp(Builder, ReductionOpcode, TmpVec, Shuf, "bin.rdx"); in emitReduction()