reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
419 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || 419 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || 420 OpA->getType() != OpB->getType()) 427 std::swap(OpA, OpB); 432 unsigned IdxBitWidth = OpA->getType()->getScalarSizeInBits(); 436 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) 436 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) 439 bool Signed = isa<SExtInst>(OpA); 442 Value *ValA = OpA->getOperand(0); 467 OpA = dyn_cast<Instruction>(ValA); 468 if (!OpA) 471 computeKnownBits(OpA, Known, DL, 0, nullptr, OpA, &DT); 471 computeKnownBits(OpA, Known, DL, 0, nullptr, OpA, &DT);