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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2162 static const unsigned AMD64FpEndOffset = 176; member in struct:__anon2725::VarArgAMD64Helper
2201 unsigned OverflowOffset = AMD64FpEndOffset;
2208 if (AK == AK_FloatingPoint && FpOffset >= AMD64FpEndOffset)
2228 ConstantInt::get(IRB.getInt64Ty(), OverflowOffset - AMD64FpEndOffset);
2273 IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, AMD64FpEndOffset),
2295 AMD64FpEndOffset, 16);
2305 Value *SrcPtr = IRB.CreateConstGEP1_32(VAArgTLSCopy, AMD64FpEndOffset);

Completed in 201 milliseconds