reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1016 LoadInst *OtherLoad = dyn_cast<LoadInst>(OtherOp); 1018 (isa<TruncInst>(OtherOp) || isa<SExtInst>(OtherOp) || 1018 (isa<TruncInst>(OtherOp) || isa<SExtInst>(OtherOp) || 1019 isa<ZExtInst>(OtherOp))) 1020 OtherLoad = dyn_cast<LoadInst>(OtherOp->getOperand(0));