Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ResultTy

705   IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
739 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
742 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
745 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));