Searched refs:OtherLoad (Results 1 – 1 of 1) sorted by relevance
1329 LoadInst *OtherLoad = dyn_cast<LoadInst>(OtherOp); in getMemoryOpCost() local1330 if (!OtherLoad && in getMemoryOpCost()1333 OtherLoad = dyn_cast<LoadInst>(OtherOp->getOperand(0)); in getMemoryOpCost()1334 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()