Home | History | Annotate | Download | only in Utils

Lines Matching defs:Array

3331 /// initializing an array of constants like C.
3501 // The table is stored as an array of values. Values are retrieved by load
3513 // For ArrayKind, this is the array.
3514 GlobalVariable *Array;
3525 Array(nullptr) {
3589 // Store the table in an array.
3593 Array = new GlobalVariable(M, ArrayTy, /*constant=*/ true,
3597 Array->setUnnamedAddr(true);
3628 Value *GEP = Builder.CreateInBoundsGEP(Array, GEPIndices,