Home
last modified time | relevance | path

Searched defs:extractValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DBasicPtxBuilderInterface.cpp93 Value extractValue = rewriter.create<LLVM::ExtractValueOp>( in insertValue() local
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp232 bool UnrollLoopsCheck::extractValue(int &Value, const BinaryOperator *Op, in extractValue() function in clang::tidy::altera::UnrollLoopsCheck
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h103 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, in extractValue() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp220 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
/llvm-project/bolt/lib/Core/
H A DRelocation.cpp841 uint64_t Relocation::extractValue(uint64_t Type, uint64_t Contents, extractValue() function in Relocation