Searched refs:CASExpected (Results 1 – 1 of 1) sorted by relevance
111 Value *CASExpected, AtomicOrdering Ordering,1655 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1677 if (CASExpected) { in expandAtomicOpToLibcall()1761 if (CASExpected) { in expandAtomicOpToLibcall()1762 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1770 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1792 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()1810 if (CASExpected) { in expandAtomicOpToLibcall()1833 if (CASExpected) { in expandAtomicOpToLibcall()1839 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()