Searched refs:CASExpected (Results 1 – 1 of 1) sorted by relevance
112 Value *CASExpected, AtomicOrdering Ordering,1696 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1718 if (CASExpected) { in expandAtomicOpToLibcall()1802 if (CASExpected) { in expandAtomicOpToLibcall()1803 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1833 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()1851 if (CASExpected) { in expandAtomicOpToLibcall()1874 if (CASExpected) { in expandAtomicOpToLibcall()1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()