reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
618 if (isa<SCEVCouldNotCompute>(BECountSC) || 619 !BECountSC->getType()->isIntegerTy()) { 624 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth(); 628 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1)); 628 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1)); 715 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), 715 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(),