Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h38 class InsertValueInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h119 friend class InsertValueInst; // For getting `Val`. variable
H A DInstruction.h70 friend class InsertValueInst; // For getTopmostLLVMInstruction(). variable
964 InsertValueInst(llvm::InsertValueInst *IVI, Context &Ctx) in InsertValueInst() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2527 InsertValueInst::InsertValueInst(const InsertValueInst &IVI) in InsertValueInst() function in InsertValueInst