Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h97 Value *createVectorInstruction(unsigned Opcode, Type *ReturnTy,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp54 Value *VectorBuilder::createVectorInstruction(unsigned Opcode, Type *ReturnTy, in createVectorInstruction() function in llvm::VectorBuilder
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9281 NewLI = cast<CallInst>(VBuilder.createVectorInstruction( in execute()
9366 NewSI = cast<CallInst>(VBuilder.createVectorInstruction( in execute()