Lines Matching defs:LowestElem
6578 std::pair<unsigned /*FieldIndex*/, Address /*Pointer*/> LowestElem = {
7234 Address LowestElem = Address::invalid();
7254 LowestElem = LB =
7263 LowestElem = CGF.EmitLValueForFieldInitialization(
7266 LB = CGF.EmitLoadOfReferenceLValue(LowestElem, MapDecl->getType())
7269 LowestElem = LB =
7291 PartialStruct.LowestElem = {0, LowestElem};
7296 LowestElem, CGF.VoidPtrTy, CGF.Int8Ty),
7458 PartialStruct.LowestElem = {FieldIndex, LowestElem};
7465 PartialStruct.HighestElem = {FieldIndex, LowestElem};
7469 } else if (FieldIndex < PartialStruct.LowestElem.first) {
7470 PartialStruct.LowestElem = {FieldIndex, LowestElem};
7478 PartialStruct.HighestElem = {FieldIndex, LowestElem};
7493 BP = IsMemberReference ? LowestElem : LB;
8254 Address LBAddr = PartialStruct.LowestElem.second;