Lines Matching refs:Array
3232 /// initializing an array of constants like C.
3408 // The table is stored as an array of values. Values are retrieved by load
3420 // For ArrayKind, this is the array.
3421 GlobalVariable *Array;
3431 : SingleValue(0), BitMap(0), BitMapElementTy(0), Array(0) {
3490 // Store the table in an array.
3494 Array = new GlobalVariable(M, ArrayTy, /*constant=*/ true,
3498 Array->setUnnamedAddr(true);
3529 Value *GEP = Builder.CreateInBoundsGEP(Array, GEPIndices,