Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IntegerType

1078   IntegerType *ITy = nullptr;
1096 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) {
1639 if (isa<IntegerType>(OldTy) && isa<IntegerType>(NewTy)) {
1640 assert(cast<IntegerType>(OldTy)->getBitWidth() !=
1641 cast<IntegerType>(NewTy)->getBitWidth() &&
1680 assert(!(isa<IntegerType>(OldTy) && isa<IntegerType>(NewTy)) &&
1934 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) {
1955 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) {
1990 if (SizeInBits > IntegerType::MAX_INT_BITS)
2029 IntegerType *Ty, uint64_t Offset,
2032 IntegerType *IntTy = cast<IntegerType>(V->getType());
2053 IntegerType *IntTy = cast<IntegerType>(Old->getType());
2054 IntegerType *Ty = cast<IntegerType>(V->getType());
2178 IntegerType *IntTy;
2371 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8);
2379 assert(cast<IntegerType>(LI.getType())->getBitWidth() >= SliceSize * 8 &&
2381 if (cast<IntegerType>(LI.getType())->getBitWidth() > SliceSize * 8)
2414 if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy))
2415 if (auto *TITy = dyn_cast<IntegerType>(TargetTy))
2531 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8);
2551 if (auto *VITy = dyn_cast<IntegerType>(V->getType()))
2552 if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy))
2588 IntegerType *VTy = cast<IntegerType>(V->getType());
2826 IntegerType *SubIntTy =
2898 ConstantInt::get(cast<IntegerType>(II.getArgOperand(0)->getType()),
3553 IntegerType *Ty = cast<IntegerType>(LI->getType());
3668 IntegerType *Ty = cast<IntegerType>(LI->getType());