Searched refs:Loc0 (Results 1 – 2 of 2) sorted by relevance
196 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()200 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()
7282 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local7285 if (ParseTypeAndValue(Val0, Loc0, PFS) || in ParseInsertValue()7292 return Error(Loc0, "insertvalue operand must be aggregate type"); in ParseInsertValue()7296 return Error(Loc0, "invalid indices for insertvalue"); in ParseInsertValue()