Searched refs:CASExpected (Results 1 – 1 of 1) sorted by relevance
119 Value *CASExpected, AtomicOrdering Ordering,1901 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1923 if (CASExpected) { in expandAtomicOpToLibcall()2012 if (CASExpected) { in expandAtomicOpToLibcall()2013 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()2016 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()2036 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()2051 if (CASExpected) { in expandAtomicOpToLibcall()2074 if (CASExpected) { in expandAtomicOpToLibcall()2080 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()