Lines Matching defs:LowestElem
6565 std::pair<unsigned /*FieldIndex*/, Address /*Pointer*/> LowestElem = {
7224 Address LowestElem = Address::invalid();
7244 LowestElem = LB =
7253 LowestElem = CGF.EmitLValueForFieldInitialization(
7256 LB = CGF.EmitLoadOfReferenceLValue(LowestElem, MapDecl->getType())
7259 LowestElem = LB =
7281 PartialStruct.LowestElem = {0, LowestElem};
7286 LowestElem, CGF.VoidPtrTy, CGF.Int8Ty),
7450 PartialStruct.LowestElem = {FieldIndex, LowestElem};
7457 PartialStruct.HighestElem = {FieldIndex, LowestElem};
7461 } else if (FieldIndex < PartialStruct.LowestElem.first) {
7462 PartialStruct.LowestElem = {FieldIndex, LowestElem};
7470 PartialStruct.HighestElem = {FieldIndex, LowestElem};
7485 BP = IsMemberReference ? LowestElem : LB;
8241 Address LBAddr = PartialStruct.LowestElem.second;