Searched refs:CASExpected (Results 1 – 1 of 1) sorted by relevance
116 Value *CASExpected, AtomicOrdering Ordering,1749 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1771 if (CASExpected) { in expandAtomicOpToLibcall()1860 if (CASExpected) { in expandAtomicOpToLibcall()1861 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1864 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1884 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()1899 if (CASExpected) { in expandAtomicOpToLibcall()1922 if (CASExpected) { in expandAtomicOpToLibcall()1928 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()