reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/Interpreter/Execution.cpp
 1054   for (; I != E; ++I) {
 1054   for (; I != E; ++I) {
 1055     if (StructType *STy = I.getStructTypeOrNull()) {
 1058       const ConstantInt *CPU = cast<ConstantInt>(I.getOperand());
 1064       GenericValue IdxGV = getOperandValue(I.getOperand(), SF);
 1068         cast<IntegerType>(I.getOperand()->getType())->getBitWidth();
 1075       Total += getDataLayout().getTypeAllocSize(I.getIndexedType()) * Idx;