Home | History | Annotate | Download | only in Analysis

Lines Matching defs:IntType

405   IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
408 if (!IntType) {
434 IntType->getBitWidth() + 7) / 8;
456 return UndefValue::get(IntType);
463 APInt ResultVal = APInt(IntType->getBitWidth(), 0);
478 return ConstantInt::get(IntType->getContext(), ResultVal);