Searched refs:OtherLoad (Results 1 – 2 of 2) sorted by relevance
1133 LoadInst *OtherLoad = dyn_cast<LoadInst>(OtherOp); in getMemoryOpCost() local1134 if (!OtherLoad && in getMemoryOpCost()1137 OtherLoad = dyn_cast<LoadInst>(OtherOp->getOperand(0)); in getMemoryOpCost()1138 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()
207 %OtherLoad = load i32 , ptr%P2214 ret i32 %OtherLoad