Lines Matching defs:ConvertOp
3120 // %Out = int_xxx_cvtyyy(%ConvertOp)
3122 // %Out = int_xxx_cvtyyy(%CopyOp, %ConvertOp)
3123 // Intrinsic converts \p NumUsedElements elements of \p ConvertOp to the same
3128 // \p ConvertOp[0:NumUsedElements] to be fully initialized and trap otherwise.
3135 Value *CopyOp, *ConvertOp;
3144 ConvertOp = I.getArgOperand(1);
3147 ConvertOp = I.getArgOperand(0);
3154 // The first *NumUsedElements* elements of ConvertOp are converted to the
3157 // Combine shadow for elements of ConvertOp that are used in this operation,
3159 // FIXME: consider propagating shadow of ConvertOp, at least in the case of
3161 Value *ConvertShadow = getShadow(ConvertOp);
3163 if (ConvertOp->getType()->isVectorTy()) {
3175 insertShadowCheck(AggShadow, getOrigin(ConvertOp), &I);
3178 // ConvertOp.