Searched refs:CASExpected (Results 1 – 1 of 1) sorted by relevance
85 Value *CASExpected, AtomicOrdering Ordering,1454 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1476 if (CASExpected) { in expandAtomicOpToLibcall()1549 if (CASExpected) { in expandAtomicOpToLibcall()1550 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1555 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1577 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()1594 if (CASExpected) { in expandAtomicOpToLibcall()1617 if (CASExpected) { in expandAtomicOpToLibcall()