reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
249 if (L->getOpcode() != R->getOpcode()) { 256 != cast<CmpInst>(R)->getPredicate()) { 261 return diffCallSites(CallSite(L), CallSite(R), Complain); 266 if (L->getType() != R->getType()) { 267 if (!L->getType()->isPointerTy() || !R->getType()->isPointerTy()) { 277 InvokeInst *RI = cast<InvokeInst>(R); 289 BranchInst *RI = cast<BranchInst>(R); 307 IndirectBrInst *RI = cast<IndirectBrInst>(R); 327 SwitchInst *RI = cast<SwitchInst>(R); 365 if (L->getNumOperands() != R->getNumOperands()) { 371 Value *LO = L->getOperand(I), *RO = R->getOperand(I);