Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Elements

767       SmallVector<Type*, 4> Elements;
769 Elements.push_back(getShadowTy(ST->getElementType(i)));
770 StructType *Res = StructType::get(*MS.C, Elements, ST->isPacked());
1408 // multiplication by 0, which may occur in some elements of a vector operand.
1416 SmallVector<Constant *, 16> Elements;
1422 Elements.push_back(ConstantInt::get(EltTy, V2));
1424 ShadowMul = ConstantVector::get(Elements);
1873 // Intrinsic converts \p NumUsedElements elements of \p ConvertOp to the same
1874 // number \p Out elements, and (if has 2 arguments) copies the rest of the
1875 // elements from \p CopyOp.
1899 // The first *NumUsedElements* elements of ConvertOp are converted to the
1900 // same number of output elements. The rest of the output is copied from
1902 // Combine shadow for elements of ConvertOp that are used in this operation,
2024 // packs elements of 2 input vectors into half as many bits with saturation.
2036 // SExt and ICmpNE below must apply to individual elements of input vectors.