Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ResultTy

713   IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
747 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
750 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
753 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));