Lines Matching defs:ConvertOp
3094 // %Out = int_xxx_cvtyyy(%ConvertOp)
3096 // %Out = int_xxx_cvtyyy(%CopyOp, %ConvertOp)
3097 // Intrinsic converts \p NumUsedElements elements of \p ConvertOp to the same
3102 // \p ConvertOp[0:NumUsedElements] to be fully initialized and trap otherwise.
3109 Value *CopyOp, *ConvertOp;
3118 ConvertOp = I.getArgOperand(1);
3121 ConvertOp = I.getArgOperand(0);
3128 // The first *NumUsedElements* elements of ConvertOp are converted to the
3131 // Combine shadow for elements of ConvertOp that are used in this operation,
3133 // FIXME: consider propagating shadow of ConvertOp, at least in the case of
3135 Value *ConvertShadow = getShadow(ConvertOp);
3137 if (ConvertOp->getType()->isVectorTy()) {
3149 insertShadowCheck(AggShadow, getOrigin(ConvertOp), &I);
3152 // ConvertOp.