Searched refs:StoreSuccess (Results 1 – 1 of 1) sorted by relevance
437 Value *StoreSuccess = in expandAtomicOpToLLSC() local440 StoreSuccess, ConstantInt::get(IntegerType::get(Ctx, 32), 0), "tryagain"); in expandAtomicOpToLLSC()523 Value *StoreSuccess = TLI->emitStoreConditional( in expandAtomicCmpXchg() local525 StoreSuccess = Builder.CreateICmpEQ( in expandAtomicCmpXchg()526 StoreSuccess, ConstantInt::get(Type::getInt32Ty(Ctx), 0), "success"); in expandAtomicCmpXchg()527 Builder.CreateCondBr(StoreSuccess, SuccessBB, in expandAtomicCmpXchg()