/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-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 96 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/ |
D | ValueTracking.h | 262 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 604 uint64_t getElementAsInteger(unsigned i) const;
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 574 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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2270 CDS->getElementAsInteger(i)); in emitGlobalConstantDataSequential() 2271 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 1661 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands() 1680 return CDS->getElementAsInteger(i); in getMaskValue() 1693 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
|
D | Constants.cpp | 2628 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/ |
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-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1005 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-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 2132 CS << CDS->getElementAsInteger(i); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2331 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/ |
D | SimplifyLibCalls.cpp | 474 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-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3383 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()
|