Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:ResTy

2067     Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType();
2069 ResTy->getScalarSizeInBits() - SignificantBitsPerResultElement;
2073 S = IRB.CreateBitCast(S, ResTy);
2074 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)),
2075 ResTy);
2086 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType();
2089 S = IRB.CreateBitCast(S, ResTy);
2090 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)),
2091 ResTy);