|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 607 uint64_t getElementAsInteger(unsigned i) const;
References
include/llvm/Analysis/ValueTracking.h 288 return Array==nullptr ? 0 : Array->getElementAsInteger(I + Offset);
lib/Analysis/ValueTracking.cpp 3643 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0)
lib/Bitcode/Writer/BitcodeWriter.cpp 2399 unsigned char V = Str->getElementAsInteger(i);
2416 Record.push_back(CDS->getElementAsInteger(i));
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 2396 CDS->getElementAsInteger(i));
2397 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i),
lib/ExecutionEngine/ExecutionEngine.cpp 1004 CDV->getElementAsInteger(i));
lib/IR/Constants.cpp 2778 return ConstantInt::get(getElementType(), getElementAsInteger(Elt));
lib/IR/Instructions.cpp 1874 if (CDS->getElementAsInteger(i) >= V1Size*2)
1893 return CDS->getElementAsInteger(i);
1906 Result.push_back(CDS->getElementAsInteger(i));
lib/IR/Module.cpp 583 return (unsigned)Arr->getElementAsInteger(Index);
lib/Target/ARM/MVETailPredication.cpp 247 if (CDS->getElementAsInteger(i) != i)
lib/Target/TargetLoweringObjectFile.cpp 99 if (CDS->getElementAsInteger(NumElts-1) != 0)
104 if (CDS->getElementAsInteger(i) == 0)
lib/Transforms/Utils/SimplifyLibCalls.cpp 673 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) {