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