Home | History | Annotate | Download | only in Utils

Lines Matching defs:Array

3281 /// initializing an array of constants like C.
3458 // The table is stored as an array of values. Values are retrieved by load
3470 // For ArrayKind, this is the array.
3471 GlobalVariable *Array;
3481 : SingleValue(0), BitMap(0), BitMapElementTy(0), Array(0) {
3540 // Store the table in an array.
3544 Array = new GlobalVariable(M, ArrayTy, /*constant=*/ true,
3548 Array->setUnnamedAddr(true);
3579 Value *GEP = Builder.CreateInBoundsGEP(Array, GEPIndices,