Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:convertop

2063   // %Out = int_xxx_cvtyyy(%ConvertOp)
2065 // %Out = int_xxx_cvtyyy(%CopyOp, %ConvertOp)
2066 // Intrinsic converts \p NumUsedElements elements of \p ConvertOp to the same
2071 // \p ConvertOp[0:NumUsedElements] to be fully initialized and trap otherwise.
2077 Value *CopyOp, *ConvertOp;
2084 ConvertOp = I.getArgOperand(1);
2087 ConvertOp = I.getArgOperand(0);
2094 // The first *NumUsedElements* elements of ConvertOp are converted to the
2097 // Combine shadow for elements of ConvertOp that are used in this operation,
2099 // FIXME: consider propagating shadow of ConvertOp, at least in the case of
2101 Value *ConvertShadow = getShadow(ConvertOp);
2103 if (ConvertOp->getType()->isVectorTy()) {
2115 insertShadowCheck(AggShadow, getOrigin(ConvertOp), &I);
2118 // ConvertOp.