Lines Matching refs:CreateSExt
1999 setShadow(&I, IRB.CreateSExt(getShadow(&I, 0), I.getType(), "_msprop")); in visitSExtInst()
2498 Value *S2Conv = IRB.CreateSExt(IRB.CreateICmpNE(S2, getCleanShadow(S2)), in handleShift()
2518 IRB.CreateSExt(IRB.CreateICmpNE(S2, getCleanShadow(S2)), S2->getType()); in handleFunnelShift()
2835 return IRB.CreateSExt(S2, T); in VariableShadowExtend()
2926 Value *S1_ext = IRB.CreateSExt( in handleVectorPackIntrinsic()
2928 Value *S2_ext = IRB.CreateSExt( in handleVectorPackIntrinsic()
2957 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)), in handleVectorSadIntrinsic()
2973 S = IRB.CreateSExt(IRB.CreateICmpNE(S, Constant::getNullValue(ResTy)), in handleVectorPmaddIntrinsic()
2987 Value *S = IRB.CreateSExt( in handleVectorComparePackedIntrinsic()
3141 getShadow(PassThru), IRB.CreateSExt(IRB.CreateNeg(Mask), ShadowTy)); in handleMaskedLoad()
3176 SMask = IRB.CreateSExt(IRB.CreateICmpNE(SMask, getCleanShadow(ShadowTy)), in handleBmiIntrinsic()
4714 return IRB.CreateSExt(SaveArea32, MS.IntptrTy); in getVAField32()