Searched refs:StoreSuccess (Results 1 – 1 of 1) sorted by relevance
1013 Value *StoreSuccess = in insertRMWLLSCLoop() local1016 StoreSuccess, ConstantInt::get(IntegerType::get(Ctx, 32), 0), "tryagain"); in insertRMWLLSCLoop()1182 Value *StoreSuccess = TLI->emitStoreConditional( in expandAtomicCmpXchg() local1184 StoreSuccess = Builder.CreateICmpEQ( in expandAtomicCmpXchg()1185 StoreSuccess, ConstantInt::get(Type::getInt32Ty(Ctx), 0), "success"); in expandAtomicCmpXchg()1187 Builder.CreateCondBr(StoreSuccess, SuccessBB, in expandAtomicCmpXchg()