Home | History | Annotate | Download | only in Analysis

Lines Matching defs:SrcTy

431     Type *SrcTy = I->getOperand(0)->getType();
437 SrcBitWidth = TD->getTypeSizeInBits(SrcTy->getScalarType());
439 SrcBitWidth = SrcTy->getScalarSizeInBits();
455 Type *SrcTy = I->getOperand(0)->getType();
456 if ((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&