Lines Matching defs:ResTy
3409 Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType();
3411 ResTy->getScalarSizeInBits() - SignificantBitsPerResultElement;
3417 S = IRB.CreateBitCast(S, ResTy);
3418 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)),
3419 ResTy);
3430 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType();
3435 S = IRB.CreateBitCast(S, ResTy);
3436 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)),
3437 ResTy);
3448 Type *ResTy = getShadowTy(&I);
3453 IRB.CreateICmpNE(S0, Constant::getNullValue(ResTy)), ResTy);