Home | History | Annotate | Download | only in Utils

Lines Matching defs:Array

429   /// populates the array Vals with the set of values that match (or do not
4146 /// initializing an array of constants like C.
4475 // The table is stored as an array of values. Values are retrieved by load
4491 // For ArrayKind, this is the array.
4492 GlobalVariable *Array;
4501 LinearOffset(nullptr), LinearMultiplier(nullptr), Array(nullptr) {
4601 // Store the table in an array.
4605 Array = new GlobalVariable(M, ArrayTy, /*constant=*/true,
4608 Array->setUnnamedAddr(GlobalValue::UnnamedAddr::Global);
4650 Array->getInitializer()->getType()->getArrayNumElements();
4657 Value *GEP = Builder.CreateInBoundsGEP(Array->getValueType(), Array,