Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp60 return createVectorInstructionImpl(VPID, ReturnTy, InstOpArray, Name); in createVectorInstruction()
70 return createVectorInstructionImpl(VPID, ValTy, InstOpArray, Name); in createSimpleTargetReduction()
73 Value *VectorBuilder::createVectorInstructionImpl(Intrinsic::ID VPID, in createVectorInstructionImpl() function in llvm::VectorBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h61 Value *createVectorInstructionImpl(Intrinsic::ID VPID, Type *ReturnTy,