Home
last modified time | relevance | path

Searched refs:makeMutableArrayRef (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DArrayRef.h503 MutableArrayRef<T> makeMutableArrayRef(T &OneElt) { in makeMutableArrayRef() function
509 MutableArrayRef<T> makeMutableArrayRef(T *data, size_t length) { in makeMutableArrayRef() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp645 llvm::makeMutableArrayRef(static_cast<uint8_t *>(buf), bytes_read); in ReadMemoryWithoutTrap()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h721 return makeMutableArrayRef( in getValueSitesForKind()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1049 AlignedSymbolMem = makeMutableArrayRef( in mergeSymbolRecords()
1066 RecordBytes = makeMutableArrayRef( in mergeSymbolRecords()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp729 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp271 if (APF.convertToInteger(makeMutableArrayRef(UIntVal), 64, true, in ConvertToSInt()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1596 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp1719 fs = V.convertToInteger(makeMutableArrayRef(x, parts), in remainder()