Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp86 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString()
91 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp96 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString()
101 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h262 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h604 uint64_t getElementAsInteger(unsigned i) const;
/external/llvm/include/llvm/IR/
DConstants.h574 uint64_t getElementAsInteger(unsigned i) const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1970 CDS->getElementAsInteger(i)); in emitGlobalConstantDataSequential()
1971 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2270 CDS->getElementAsInteger(i)); in emitGlobalConstantDataSequential()
2271 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1661 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands()
1680 return CDS->getElementAsInteger(i); in getMaskValue()
1693 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
DConstants.cpp2628 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential
2714 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
/external/llvm/lib/IR/
DInstructions.cpp1903 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands()
1925 return CDS->getElementAsInteger(i); in getMaskValue()
1940 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
DConstants.cpp2585 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential
2646 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp999 CDV->getElementAsInteger(i)); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1005 CDV->getElementAsInteger(i)); in getConstantValue()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1620 CS << CDS->getElementAsInteger(i); in EmitInstruction()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2105 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2122 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp2132 CS << CDS->getElementAsInteger(i); in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2331 unsigned char V = Str->getElementAsInteger(i); in writeConstants()
2348 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp474 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength()
/external/llvm/lib/Analysis/
DValueTracking.cpp1411 Elt = CDS->getElementAsInteger(i); in computeKnownBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3383 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()