Home
last modified time | relevance | path

Searched refs:getElementAsInteger (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp110 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString()
115 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp463 uint64_t Element = Table.getElementAsInteger(i); in isCTTZTable()
587 auto ZeroTableElem = ConstData->getElementAsInteger(0); in tryToRecognizeTableBasedCttz()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp834 return (unsigned)Arr->getElementAsInteger(Index); in getSDKVersionMD()
H A DConstants.cpp3062 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential
3152 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
H A DInstructions.cpp1779 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands()
1811 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h683 return Array == nullptr ? 0 : Array->getElementAsInteger(I + Offset);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h617 uint64_t getElementAsInteger(unsigned i) const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1019 CDV->getElementAsInteger(i)); in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2050 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2067 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3386 << format("0x%" PRIx64 "\n", CDS->getElementAsInteger(I)); in emitGlobalConstantDataSequential()
3387 AP.OutStreamer->emitIntValue(CDS->getElementAsInteger(I), in emitGlobalConstantDataSequential()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2753 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2770 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp999 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6445 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()