Lines Matching defs:Expected
227 /// \param Expected Expected value.
235 EmitAtomicCompareExchange(RValue Expected, RValue Desired,
385 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1);
389 Ptr, Expected, Desired, SuccessOrder, FailureOrder, Scope);
408 // Update Expected if Expected isn't equal to Old, otherwise branch to the
413 // Update the memory at Expected with Old's value.
1422 "Expected integer, pointer or floating point value when converting "
1680 RValue Expected, RValue Desired, llvm::AtomicOrdering Success,
1685 Address ExpectedAddr = materializeRValue(Expected);
1698 auto *ExpectedVal = convertRValueToInt(Expected, /*CmpXchg=*/true);
2020 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc,
2025 assert(!Expected.isAggregate() ||
2026 Expected.getAggregateAddress().getElementType() ==
2033 return Atomics.EmitAtomicCompareExchange(Expected, Desired, Success, Failure,