reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1017 if (!OtherLoad && 1020 OtherLoad = dyn_cast<LoadInst>(OtherOp->getOperand(0)); 1021 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) 1021 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/))