Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp934 Value *IRBuilderBase::CreateNAryOp(unsigned Opc, ArrayRef<Value *> Ops, in CreateNAryOp() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1827 LLVM_ABI Value *CreateNAryOp(unsigned Opc, ArrayRef<Value *> Ops,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1882 Value *V = Builder.CreateNAryOp(Opcode, Ops); in execute()
H A DVectorCombine.cpp1242 Scalar = Builder.CreateNAryOp(Opcode, ScalarOps); in scalarizeOpOrCmp()