Lines Matching defs:CopyOp
3122 // %Out = int_xxx_cvtyyy(%CopyOp, %ConvertOp)
3125 // elements from \p CopyOp.
3129 // We copy the shadow of \p CopyOp[NumUsedElements:] to \p
3130 // Out[NumUsedElements:]. This means that intrinsics without \p CopyOp always
3135 Value *CopyOp, *ConvertOp;
3143 CopyOp = I.getArgOperand(0);
3148 CopyOp = nullptr;
3156 // CopyOp, or (if not available) filled with zeroes.
3177 // Build result shadow by zero-filling parts of CopyOp shadow that come from
3179 if (CopyOp) {
3180 assert(CopyOp->getType() == I.getType());
3181 assert(CopyOp->getType()->isVectorTy());
3182 Value *ResultShadow = getShadow(CopyOp);
3190 setOrigin(&I, getOrigin(CopyOp));