Lines Matching defs:Expected
140 /// In atomic_compare_exchange, the expected value parameter is a pointer.
145 /// value in expected with the value pointed to by object. Though, it is not
582 Value *Expected = nullptr;
586 Expected = Args[1]; // temporary save second argument.
597 Instruction* Store = new StoreInst(NCI, Expected, NCI->getNextNode());
804 // For atomic_compare_exchange the swap above puts Comparator/Expected