Home
last modified time | relevance | path

Searched defs:InsertElementInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h37 class InsertElementInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h116 friend class InsertElementInst; // For getting `Val`. variable
H A DInstruction.h67 friend class InsertElementInst; // For getTopmostLLVMInstruction(). variable
478 InsertElementInst(llvm::Instruction *I, Context &Ctx) in InsertElementInst() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1691 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index, in InsertElementInst() function in InsertElementInst