Searched refs:NumUsedElements (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1762 // Intrinsic converts \p NumUsedElements elements of \p ConvertOp to the same
1767 // \p ConvertOp[0:NumUsedElements] to be fully initialized and trap otherwise.
1768 // We copy the shadow of \p CopyOp[NumUsedElements:] to \p
1769 // Out[NumUsedElements:]. This means that intrinsics without \p CopyOp always
1771 void handleVectorConvertIntrinsic(IntrinsicInst &I, int NumUsedElements) { argument
1788 // The first *NumUsedElements* elements of ConvertOp are converted to the
1800 for (int i = 1; i < NumUsedElements; ++i) {
1818 for (int i = 0; i < NumUsedElements; ++i) {

Completed in 44 milliseconds