Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h92 Value *createVectorInstruction(unsigned Opcode, Type *ReturnTy,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp54 Value *VectorBuilder::createVectorInstruction(unsigned Opcode, Type *ReturnTy, in createVectorInstruction() function in llvm::VectorBuilder