Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp110 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString()
115 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp459 uint64_t Element = Table.getElementAsInteger(i); in isCTTZTable()
579 auto ZeroTableElem = ConstData->getElementAsInteger(0); in tryToRecognizeTableBasedCttz()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h314 return Array == nullptr ? 0 : Array->getElementAsInteger(I + Offset);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp781 return (unsigned)Arr->getElementAsInteger(Index); in getSDKVersionMD()
H A DConstants.cpp3118 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential
3208 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
H A DInstructions.cpp2217 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands()
2249 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h602 uint64_t getElementAsInteger(unsigned i) const;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1001 CDV->getElementAsInteger(i)); in getConstantValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3128 << format("0x%" PRIx64 "\n", CDS->getElementAsInteger(I)); in emitGlobalConstantDataSequential()
3129 AP.OutStreamer->emitIntValue(CDS->getElementAsInteger(I), in emitGlobalConstantDataSequential()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2052 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2069 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2613 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2630 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp949 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4492 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()