Home
last modified time | relevance | path

Searched defs:ExtractValueInst (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h41 class ExtractValueInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h37 class ExtractValueInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h118 friend class ExtractValueInst; // For getting `Val`. variable
H A DInstruction.h69 friend class ExtractValueInst; // For getTopmostLLVMInstruction(). variable
1109 ExtractValueInst(llvm::ExtractValueInst *EVI, Context &Ctx) in ExtractValueInst() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp973 OffsetSpan ObjectSizeOffsetVisitor::visitExtractValueInst(ExtractValueInst &) { in visitExtractValueInst() argument
1328 ObjectSizeOffsetEvaluator::visitExtractValueInst(ExtractValueInst &) { in visitExtractValueInst() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2550 ExtractValueInst::ExtractValueInst(const ExtractValueInst &EVI) in ExtractValueInst() function in ExtractValueInst