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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2897 unsigned FpOffset = AMD64GpEndOffset; variable
2923 if (AK == AK_FloatingPoint && FpOffset >= AMD64FpEndOffset)
2932 Base = getShadowPtrForVAArgument(A->getType(), IRB, FpOffset);
2933 FpOffset += 16;
2942 // Take fixed arguments into account for GpOffset and FpOffset,

Completed in 113 milliseconds