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