/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 86 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 91 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 99 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 104 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 294 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 257 if (CDS->getElementAsInteger(i) != i) in isTailPredicate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 599 return (unsigned)Arr->getElementAsInteger(Index); in getSDKVersion()
|
D | Instructions.cpp | 1866 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands() 1885 return CDS->getElementAsInteger(i); in getMaskValue() 1898 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
|
D | Constants.cpp | 2760 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential 2846 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 574 uint64_t getElementAsInteger(unsigned i) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 608 uint64_t getElementAsInteger(unsigned i) const;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1970 CDS->getElementAsInteger(i)); in emitGlobalConstantDataSequential() 1971 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2445 CDS->getElementAsInteger(i)); in emitGlobalConstantDataSequential() 2446 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1903 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands() 1925 return CDS->getElementAsInteger(i); in getMaskValue() 1940 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
|
D | Constants.cpp | 2585 uint64_t ConstantDataSequential::getElementAsInteger(unsigned Elt) const { in getElementAsInteger() function in ConstantDataSequential 2646 return ConstantInt::get(getElementType(), getElementAsInteger(Elt)); in getElementAsConstant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1004 CDV->getElementAsInteger(i)); in getConstantValue()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 999 CDV->getElementAsInteger(i)); in getConstantValue()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1620 CS << CDS->getElementAsInteger(i); in EmitInstruction()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2105 unsigned char V = Str->getElementAsInteger(i); in writeConstants() 2122 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2401 unsigned char V = Str->getElementAsInteger(i); in writeConstants() 2418 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 676 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1411 Elt = CDS->getElementAsInteger(i); in computeKnownBits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3806 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()
|