Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3800 VectorizedTree = createBinOp(Builder, ReductionOpcode, VectorizedTree, in tryToReduce()
3811 VectorizedTree = createBinOp(Builder, ReductionOpcode, VectorizedTree, in tryToReduce()
3853 static Value *createBinOp(IRBuilder<> &Builder, unsigned Opcode, Value *L, in createBinOp() function in __anonf9942ad60111::HorizontalReduction
3879 TmpVec = createBinOp(Builder, ReductionOpcode, LeftShuf, RightShuf, in emitReduction()
3886 TmpVec = createBinOp(Builder, ReductionOpcode, TmpVec, Shuf, "bin.rdx"); in emitReduction()