Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp99 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString()
104 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h276 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModule.cpp581 return (unsigned)Arr->getElementAsInteger(Index); in getSDKVersion()
H A DInstructions.cpp1700 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands()
1719 return CDS->getElementAsInteger(i); in getMaskValue()
1732 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
H A DConstants.cpp2680 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential
2766 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h608 uint64_t getElementAsInteger(unsigned i) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2346 CDS->getElementAsInteger(i)); in emitGlobalConstantDataSequential()
2347 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1005 CDV->getElementAsInteger(i)); in getConstantValue()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2351 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2368 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp537 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3607 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()